Home
last modified time | relevance | path

Searched refs:its_flash_fs_ops_t (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/flash/
Dits_flash_nor.h22 extern const struct its_flash_fs_ops_t its_flash_fs_ops_nor;
Dits_flash_ram.h23 extern const struct its_flash_fs_ops_t its_flash_fs_ops_ram;
Dits_flash_nand.h39 extern const struct its_flash_fs_ops_t its_flash_fs_ops_nand;
Dits_flash_ram.c79 const struct its_flash_fs_ops_t its_flash_fs_ops_ram = {
Dits_flash_nor.c191 const struct its_flash_fs_ops_t its_flash_fs_ops_nor = {
Dits_flash_nand.c242 const struct its_flash_fs_ops_t its_flash_fs_ops_nand = {
/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/flash_fs/
Dits_flash_fs.h71 struct its_flash_fs_ops_t { struct
205 const struct its_flash_fs_ops_t *fs_ops);
Dits_flash_fs_mblock.h189 const struct its_flash_fs_ops_t *ops; /**< Filesystem flash operations */
Dits_flash_fs.c143 const struct its_flash_fs_ops_t *fs_ops) in its_flash_fs_init_ctx()
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_its_integration_guide.rst149 The ITS filesystem flash interface is defined by ``struct its_flash_fs_ops_t``