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

Stable directory-entry value copied by ra8_fs_dir_next. More...

#include <ra8_fs_types.h>

Data Fields

char name [k_ra8_fs_dir_name_cap]
 NUL-terminated visible leaf.
uint64_t size_bytes
 File bytes; zero for dirs.
uint8_t attr
 On-disk FAT attributes.

Detailed Description

Stable directory-entry value copied by ra8_fs_dir_next.

Definition at line 265 of file ra8_fs_types.h.

Field Documentation

◆ attr

uint8_t ra8_fs_dirent_t::attr

On-disk FAT attributes.

Definition at line 268 of file ra8_fs_types.h.

Referenced by internal_dir_next(), internal_exfat_list_emit(), internal_native_listdir(), and priv_exfat_listdir().

◆ name

char ra8_fs_dirent_t::name[k_ra8_fs_dir_name_cap]

NUL-terminated visible leaf.

Definition at line 266 of file ra8_fs_types.h.

Referenced by internal_dir_next(), internal_exfat_list_emit(), internal_native_listdir(), and priv_exfat_listdir().

◆ size_bytes

uint64_t ra8_fs_dirent_t::size_bytes

File bytes; zero for dirs.

Definition at line 267 of file ra8_fs_types.h.

Referenced by internal_dir_next(), internal_exfat_list_emit(), internal_native_listdir(), and priv_exfat_listdir().


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