Home
last modified time | relevance | path

Searched refs:OTP_NV_COUNTERS_FLASH_DEV (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/common/template/
Dflash_otp_nv_counters_backend.c95 #ifndef OTP_NV_COUNTERS_FLASH_DEV
99 #define OTP_NV_COUNTERS_FLASH_DEV TFM_HAL_ITS_FLASH_DRIVER macro
123 extern ARM_DRIVER_FLASH OTP_NV_COUNTERS_FLASH_DEV;
133 DriverCapabilities = OTP_NV_COUNTERS_FLASH_DEV.GetCapabilities(); in read_otp_nv_counters_flash()
142 err = (enum tfm_plat_err_t)OTP_NV_COUNTERS_FLASH_DEV.ReadData( in read_otp_nv_counters_flash()
153 err = (enum tfm_plat_err_t)OTP_NV_COUNTERS_FLASH_DEV.ReadData( in read_otp_nv_counters_flash()
176 err = (enum tfm_plat_err_t)OTP_NV_COUNTERS_FLASH_DEV.Initialize(NULL); in init_otp_nv_counters_flash()
247 err = (enum tfm_plat_err_t)OTP_NV_COUNTERS_FLASH_DEV.EraseSector(idx); in erase_flash_region()
267 DriverCapabilities = OTP_NV_COUNTERS_FLASH_DEV.GetCapabilities(); in copy_flash_region()
273 …err = (enum tfm_plat_err_t)OTP_NV_COUNTERS_FLASH_DEV.ReadData(from + idx, block, copy_size / data_… in copy_flash_region()
[all …]
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/partition/
Dflash_layout.h286 #define OTP_NV_COUNTERS_FLASH_DEV FLASH_DEV_NAME_SE_SECURE_FLASH macro