TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
its_file_info_t Struct Reference

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
 

Detailed Description

Structure to store the file information.

Definition at line 59 of file its_flash_fs.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: