|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Module-local path facts proven before any filesystem mutation. More...
Data Fields | |
| uint16_t | length |
| Bytes before NUL. | |
| uint16_t | last_slash |
| Final component separator. | |
Module-local path facts proven before any filesystem mutation.
Definition at line 25 of file mdl_storage_vfs.c.
| uint16_t path_facts_t::last_slash |
Final component separator.
Definition at line 27 of file mdl_storage_vfs.c.
Referenced by internal_begin_prepare_stage(), internal_build_stage(), and internal_path_facts().
| uint16_t path_facts_t::length |
Bytes before NUL.
Definition at line 26 of file mdl_storage_vfs.c.
Referenced by internal_begin(), and internal_path_facts().