ChibiOS/HAL  7.0.3
mfs_transaction_op_t Struct Reference

Type of a buffered write/erase operation within a transaction. More...

#include <hal_mfs.h>

Collaboration diagram for mfs_transaction_op_t:
Collaboration graph

Data Fields

flash_offset_t offset
 Written header offset. More...
 
size_t size
 Written data size. More...
 
mfs_id_t id
 Record identifier. More...
 

Detailed Description

Type of a buffered write/erase operation within a transaction.

Definition at line 321 of file hal_mfs.h.

Field Documentation

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().