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

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.

Detailed Description

Module-local path facts proven before any filesystem mutation.

Definition at line 25 of file mdl_storage_vfs.c.

Field Documentation

◆ last_slash

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().

◆ length

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().


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