Searched defs:its_flash_fs_config_t (Results 1 – 1 of 1) sorted by relevance
50 struct its_flash_fs_config_t { struct51 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 erase56 uint32_t block_size; /**< Size of a logical filesystem erase unit, a80 psa_status_t (*init)(const struct its_flash_fs_config_t *cfg); argument