Lines Matching refs:interface
90 ``interface/include/psa``.
106 ``interface/include/psa/storage_common.h``,
107 ``interface/include/psa/internal_trusted_storage.h``, and
108 ``interface/include/tfm_its_defs.h``
149 The ITS filesystem flash interface is defined by ``struct its_flash_fs_ops_t``
152 Implementations of the ITS filesystem flash interface for different types of
156 interface implementation for the target, and abstracts the allocation of
159 - ``flash/its_flash_nand.c`` - Implements the ITS flash interface for a NAND
160 flash device, on top of the CMSIS flash interface implemented by the target.
165 - ``flash/its_flash_nor.c`` - Implements the ITS flash interface for a NOR flash
166 device, on top of the CMSIS flash interface implemented by the target.
168 - ``flash/its_flash_ram.c`` - Implements the ITS flash interface for an emulated
169 flash device using RAM, on top of the CMSIS flash interface implemented by the
172 The CMSIS flash interface **must** be implemented for each target based on its
175 The ITS flash interface depends on target-specific definitions from