|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Cookie carried through ra8_fs_listdir for printing + matching. More...
Data Fields | |
| const char * | want |
| Name expected present (nullptr = none). | |
| const char * | avoid |
| Name expected absent (nullptr = none). | |
| uint8_t | found_want |
| 1 when want was seen. | |
| uint8_t | found_avoid |
| 1 when avoid was seen. | |
| uint32_t | count |
| Total entries reported. | |
Cookie carried through ra8_fs_listdir for printing + matching.
Definition at line 320 of file usb_host_file_ops_steps.c.
| const char* fileops_listdir_ctx_t::avoid |
Name expected absent (nullptr = none).
Definition at line 322 of file usb_host_file_ops_steps.c.
Referenced by fileops_listdir_cb().
| uint32_t fileops_listdir_ctx_t::count |
Total entries reported.
Definition at line 325 of file usb_host_file_ops_steps.c.
Referenced by fileops_listdir_cb(), and fileops_step_listdir().
| uint8_t fileops_listdir_ctx_t::found_avoid |
1 when avoid was seen.
Definition at line 324 of file usb_host_file_ops_steps.c.
Referenced by fileops_listdir_cb(), and fileops_step_listdir().
| uint8_t fileops_listdir_ctx_t::found_want |
1 when want was seen.
Definition at line 323 of file usb_host_file_ops_steps.c.
Referenced by fileops_listdir_cb(), and fileops_step_listdir().
| const char* fileops_listdir_ctx_t::want |
Name expected present (nullptr = none).
Definition at line 321 of file usb_host_file_ops_steps.c.
Referenced by fileops_listdir_cb().