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

Validated view over one raw host directory record. More...

#include <fw_if_fs_posix_internal.h>

Data Fields

const char * name
 NUL-terminated name inside the read buffer.
uint16_t name_bytes
 Name length excluding the terminator.
uint16_t record_bytes
 Complete aligned record length.

Detailed Description

Validated view over one raw host directory record.

Definition at line 109 of file fw_if_fs_posix_internal.h.

Field Documentation

◆ name

const char* posix_directory_record_t::name

NUL-terminated name inside the read buffer.

Definition at line 110 of file fw_if_fs_posix_internal.h.

Referenced by priv_fs_posix_dir_next().

◆ name_bytes

uint16_t posix_directory_record_t::name_bytes

Name length excluding the terminator.

Definition at line 111 of file fw_if_fs_posix_internal.h.

Referenced by priv_fs_posix_dir_next().

◆ record_bytes

uint16_t posix_directory_record_t::record_bytes

Complete aligned record length.

Definition at line 112 of file fw_if_fs_posix_internal.h.

Referenced by priv_fs_posix_directory_next().


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