ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
soup_grid_t Struct Reference

In-memory word search board matrix. More...

#include <alphabet_soup.h>

Data Fields

uint32_t row_count
 Active row dimension.
uint32_t col_count
 Active column dimension.
char cells [k_soup_max_grid_rows][k_soup_max_grid_cols]
 Character grid storage.

Detailed Description

In-memory word search board matrix.

Definition at line 40 of file alphabet_soup.h.

Field Documentation

◆ cells

char soup_grid_t::cells[k_soup_max_grid_rows][k_soup_max_grid_cols]

Character grid storage.

Definition at line 43 of file alphabet_soup.h.

Referenced by internal_match_ray(), internal_parse_grid(), and soup_find_word().

◆ col_count

uint32_t soup_grid_t::col_count

Active column dimension.

Definition at line 42 of file alphabet_soup.h.

Referenced by internal_match_ray(), internal_parse_grid(), soup_find_word(), and soup_solve().

◆ row_count

uint32_t soup_grid_t::row_count

Active row dimension.

Definition at line 41 of file alphabet_soup.h.

Referenced by internal_match_ray(), internal_parse_grid(), soup_find_word(), and soup_solve().


The documentation for this struct was generated from the following file: