|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Independently injectable staged-transaction facade. More...
#include <fw_if_fs_types.h>
Data Fields | |
| const fw_fs_transaction_iface_t * | iface |
| Bound private vtable. | |
| void * | ctx |
| Backend context. | |
| fw_fs_caps_t | caps |
| Immutable capabilities. | |
Independently injectable staged-transaction facade.
Definition at line 203 of file fw_if_fs_types.h.
| fw_fs_caps_t fw_fs_transaction_port_t::caps |
Immutable capabilities.
Definition at line 206 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), fw_fs_transaction_begin(), and internal_fw_fs_transaction_preamble().
| void* fw_fs_transaction_port_t::ctx |
Backend context.
Definition at line 205 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), and fw_fs_transaction_begin().
| const fw_fs_transaction_iface_t* fw_fs_transaction_port_t::iface |
Bound private vtable.
Definition at line 204 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), fw_fs_transaction_begin(), and internal_fw_fs_transaction_preamble().