![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Structure to store the ITS flash file system context. More...
#include <secure_fw/partitions/internal_trusted_storage/flash_fs/its_flash_fs_mblock.h>
Data Fields | |
const struct its_flash_info_t * | flash_info |
struct its_metadata_block_header_t | meta_block_header |
uint32_t | active_metablock |
uint32_t | scratch_metablock |
Structure to store the ITS flash file system context.
Definition at line 133 of file its_flash_fs_mblock.h.
uint32_t active_metablock |
Active metadata block
Definition at line 138 of file its_flash_fs_mblock.h.
const struct its_flash_info_t* flash_info |
Info for the flash device
Definition at line 134 of file its_flash_fs_mblock.h.
struct its_metadata_block_header_t meta_block_header |
Metadata block header
Definition at line 135 of file its_flash_fs_mblock.h.
uint32_t scratch_metablock |
Scratch metadata block
Definition at line 139 of file its_flash_fs_mblock.h.