|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned transaction; fields are private to the facade. More...
#include <fw_if_fs_types.h>
Data Fields | |
| const fw_fs_transaction_iface_t * | iface |
| Bound vtable. | |
| void * | ctx |
| Adapter context. | |
| void * | state |
| Caller workspace. | |
| uint32_t | state_bytes |
| Workspace extent. | |
| bool | active |
| Begin succeeded. | |
| bool | validated |
| Stage was accepted. | |
Caller-owned transaction; fields are private to the facade.
Definition at line 237 of file fw_if_fs_types.h.
| bool fw_fs_transaction_t::active |
Begin succeeded.
Definition at line 242 of file fw_if_fs_types.h.
Referenced by fw_fs_transaction_abort(), fw_fs_transaction_begin(), fw_fs_transaction_commit(), internal_abort(), internal_body_begin(), internal_body_write(), internal_direct_artifact_reset(), internal_emit_container(), internal_export_transaction(), internal_finish_artifact_fetch(), internal_fw_fs_transaction_preamble(), internal_jof_one(), internal_mdl_state_abort(), internal_transaction(), internal_txn_begin(), internal_write_temp_epub(), mdl_storage_txn_abort(), mdl_storage_txn_begin(), mdl_storage_txn_commit(), mdl_storage_txn_write(), priv_mdl_app_storage_publish_site(), priv_mdl_export_output_commit(), priv_mdl_export_output_write(), priv_mdl_export_output_write_at(), priv_mdl_export_zip_write(), priv_mdl_fetch_body_commit(), and priv_mdl_fetch_body_prepare().
| void* fw_fs_transaction_t::ctx |
Adapter context.
Definition at line 239 of file fw_if_fs_types.h.
Referenced by fw_fs_transaction_abort(), fw_fs_transaction_begin(), fw_fs_transaction_commit(), fw_fs_transaction_seek(), fw_fs_transaction_validate(), and fw_fs_transaction_write().
| const fw_fs_transaction_iface_t* fw_fs_transaction_t::iface |
Bound vtable.
Definition at line 238 of file fw_if_fs_types.h.
Referenced by fw_fs_transaction_abort(), fw_fs_transaction_begin(), fw_fs_transaction_commit(), fw_fs_transaction_seek(), fw_fs_transaction_validate(), fw_fs_transaction_write(), and internal_transaction().
| void* fw_fs_transaction_t::state |
Caller workspace.
Definition at line 240 of file fw_if_fs_types.h.
Referenced by fw_fs_transaction_abort(), fw_fs_transaction_begin(), fw_fs_transaction_commit(), fw_fs_transaction_seek(), fw_fs_transaction_validate(), and fw_fs_transaction_write().
| uint32_t fw_fs_transaction_t::state_bytes |
Workspace extent.
Definition at line 241 of file fw_if_fs_types.h.
Referenced by fw_fs_transaction_begin().
| bool fw_fs_transaction_t::validated |
Stage was accepted.
Definition at line 243 of file fw_if_fs_types.h.
Referenced by fw_fs_transaction_abort(), fw_fs_transaction_begin(), fw_fs_transaction_commit(), fw_fs_transaction_seek(), fw_fs_transaction_validate(), and fw_fs_transaction_write().