|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned open file; fields are private to the facade. More...
#include <fw_if_fs_types.h>
Data Fields | |
| const fw_fs_stream_iface_t * | iface |
| Bound stream vtable. | |
| void * | ctx |
| Adapter context. | |
| void * | state |
| Caller workspace. | |
| uint32_t | state_bytes |
| Workspace extent. | |
| bool | is_open |
| Facade lifecycle guard. | |
Caller-owned open file; fields are private to the facade.
Definition at line 218 of file fw_if_fs_types.h.
| void* fw_fs_file_t::ctx |
Adapter context.
Definition at line 220 of file fw_if_fs_types.h.
| 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.
| bool fw_fs_file_t::is_open |
Facade lifecycle guard.
Definition at line 223 of file fw_if_fs_types.h.
Referenced by internal_close_compile_sources(), internal_tar_write_source(), priv_mdl_export_source_close(), priv_mdl_export_source_copy(), priv_mdl_export_source_open(), priv_mdl_export_source_verify_close(), priv_mdl_export_zip_read(), priv_mdl_rabook_epub_close(), priv_mdl_rabook_epub_open(), and priv_mdl_rabook_epub_read().
| void* fw_fs_file_t::state |
Caller workspace.
Definition at line 221 of file fw_if_fs_types.h.
| uint32_t fw_fs_file_t::state_bytes |
Workspace extent.
Definition at line 222 of file fw_if_fs_types.h.