ChibiOS
21.6.0
|
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 |