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

Stable caller-owned value returned by fw_fs_dir_next. More...

#include <fw_if_fs_types.h>

Data Fields

char name [k_fw_fs_path_cap]
 Copied NUL-terminated leaf.
uint64_t size_bytes
 File length; zero for dirs.
uint16_t name_bytes
 Bytes excluding the NUL.
fw_fs_node_type_t type
 Entry kind.

Detailed Description

Stable caller-owned value returned by fw_fs_dir_next.

Definition at line 161 of file fw_if_fs_types.h.

Field Documentation

◆ name

◆ name_bytes

uint16_t fw_fs_dirent_value_t::name_bytes

◆ size_bytes

uint64_t fw_fs_dirent_value_t::size_bytes

File length; zero for dirs.

Definition at line 163 of file fw_if_fs_types.h.

Referenced by internal_cursor_entry(), internal_dir_next(), priv_fs_posix_dir_next(), and priv_fs_posix_listdir().

◆ type


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