Home
last modified time | relevance | path

Searched defs:its_flash_fs_config_t (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-3.5.0/secure_fw/partitions/internal_trusted_storage/flash_fs/
Dits_flash_fs.h50 struct its_flash_fs_config_t { struct
51 const void *flash_dev; /**< Pointer to the flash device */
52 uint32_t flash_area_addr; /**< Base address of the flash region */
53 uint32_t sector_size; /**< Size of the flash device's physical erase
56 uint32_t block_size; /**< Size of a logical filesystem erase unit, a
80 psa_status_t (*init)(const struct its_flash_fs_config_t *cfg); argument