ChibiOS/HAL
7.0.3
|
Type of a buffered write/erase operation within a transaction. More...
#include <hal_mfs.h>
Data Fields | |
flash_offset_t | offset |
Written header offset. More... | |
size_t | size |
Written data size. More... | |
mfs_id_t | id |
Record identifier. More... | |
Type of a buffered write/erase operation within a transaction.
flash_offset_t mfs_transaction_op_t::offset |
Written header offset.
Definition at line 325 of file hal_mfs.h.
Referenced by mfsCommitTransaction(), mfsEraseRecord(), and mfsWriteRecord().
size_t mfs_transaction_op_t::size |
Written data size.
Definition at line 329 of file hal_mfs.h.
Referenced by mfsCommitTransaction(), mfsEraseRecord(), and mfsWriteRecord().
mfs_id_t mfs_transaction_op_t::id |
Record identifier.
Definition at line 333 of file hal_mfs.h.
Referenced by mfsCommitTransaction(), mfsEraseRecord(), and mfsWriteRecord().