![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Structure to store the metadata block header. More...
#include <secure_fw/partitions/internal_trusted_storage/flash_fs/its_flash_fs_mblock.h>
Data Fields | |
uint32_t | scratch_dblock |
uint8_t | fs_version |
uint8_t | active_swap_count |
Structure to store the metadata block header.
Definition at line 62 of file its_flash_fs_mblock.h.
uint8_t active_swap_count |
Physical block ID of the data
Definition at line 63 of file its_flash_fs_mblock.h.
uint8_t fs_version |
ITS system version
Definition at line 63 of file its_flash_fs_mblock.h.
uint32_t scratch_dblock |
Physical block ID of the data \ * section's scratch block \
Definition at line 63 of file its_flash_fs_mblock.h.