![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Structure to store the file information. More...
#include <secure_fw/partitions/internal_trusted_storage/flash_fs/its_flash_fs.h>
Data Fields | |
size_t | size_current |
size_t | size_max |
uint32_t | flags |
Structure to store the file information.
Definition at line 59 of file its_flash_fs.h.
uint32_t flags |
Flags set when the file was created
Definition at line 64 of file its_flash_fs.h.
size_t size_current |
The current size of the flash file data
Definition at line 60 of file its_flash_fs.h.
size_t size_max |
The maximum size of the flash file data in bytes.
Definition at line 61 of file its_flash_fs.h.