|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
In-memory word search board matrix.
Definition at line 40 of file alphabet_soup.h.
| 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().
| 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().
| 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().