|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Backend state stored in a caller's transaction workspace. More...
Data Fields | |
| char | destination [k_fw_fs_path_cap] |
| Final portable path. | |
| char | stage [k_fw_fs_path_cap] |
| Private stage path. | |
| vfs_file_state_t | file_state |
| Stage handle state. | |
| fw_fs_transaction_policy_t | policy |
| Fixed publish policy. | |
| bool | writer_open |
| Writer is owned. | |
| bool | stage_exists |
| Stage is owned. | |
Backend state stored in a caller's transaction workspace.
Definition at line 78 of file fw_if_fs_ra8_vfs.c.
| char vfs_transaction_state_t::destination[k_fw_fs_path_cap] |
Final portable path.
Definition at line 79 of file fw_if_fs_ra8_vfs.c.
Referenced by internal_stage_open(), internal_txn_begin(), and internal_txn_commit().
| vfs_file_state_t vfs_transaction_state_t::file_state |
Stage handle state.
Definition at line 81 of file fw_if_fs_ra8_vfs.c.
Referenced by internal_stage_open(), internal_txn_abort(), internal_txn_seek(), internal_txn_validate(), and internal_txn_write().
| fw_fs_transaction_policy_t vfs_transaction_state_t::policy |
Fixed publish policy.
Definition at line 82 of file fw_if_fs_ra8_vfs.c.
Referenced by internal_txn_begin().
| char vfs_transaction_state_t::stage[k_fw_fs_path_cap] |
Private stage path.
Definition at line 80 of file fw_if_fs_ra8_vfs.c.
Referenced by internal_stage_open(), internal_txn_abort(), internal_txn_commit(), and internal_txn_validate().
| bool vfs_transaction_state_t::stage_exists |
Stage is owned.
Definition at line 84 of file fw_if_fs_ra8_vfs.c.
Referenced by internal_stage_open(), internal_txn_abort(), and internal_txn_commit().
| bool vfs_transaction_state_t::writer_open |
Writer is owned.
Definition at line 83 of file fw_if_fs_ra8_vfs.c.
Referenced by internal_stage_open(), internal_txn_abort(), internal_txn_commit(), internal_txn_seek(), internal_txn_validate(), and internal_txn_write().