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

Caller-owned open file; fields are private to the facade. More...

#include <fw_if_fs_types.h>

Collaboration diagram for fw_fs_file_t:

Data Fields

const fw_fs_stream_iface_tiface
 Bound stream vtable.
void * ctx
 Adapter context.
void * state
 Caller workspace.
uint32_t state_bytes
 Workspace extent.
bool is_open
 Facade lifecycle guard.

Detailed Description

Caller-owned open file; fields are private to the facade.

Definition at line 218 of file fw_if_fs_types.h.

Field Documentation

◆ ctx

void* fw_fs_file_t::ctx

Adapter context.

Definition at line 220 of file fw_if_fs_types.h.

◆ iface

const fw_fs_stream_iface_t* fw_fs_file_t::iface

Bound stream vtable.

Definition at line 219 of file fw_if_fs_types.h.

◆ is_open

◆ state

void* fw_fs_file_t::state

Caller workspace.

Definition at line 221 of file fw_if_fs_types.h.

◆ state_bytes

uint32_t fw_fs_file_t::state_bytes

Workspace extent.

Definition at line 222 of file fw_if_fs_types.h.


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