Searched refs:program_unit (Results 1 – 25 of 54) sorted by relevance
123
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/Device/Source/ |
| D | device_definition.c | 91 .program_unit = 0, 102 .program_unit = 0, 111 .program_unit = 0, 122 .program_unit = 0,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/cmsis_drivers/ |
| D | Driver_Flash.c | 45 .program_unit = FLASH0_PROGRAM_UNIT, 69 .program_unit = FLASH1_PROGRAM_UNIT,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/CMSIS_Driver/ |
| D | Driver_Flash.c | 42 .program_unit = STRATA_NVM_FLASH_PROGRAM_UNIT, 58 .program_unit = STRATA_SE_FLASH_PROGRAM_UNIT,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/drivers/flash/n25q256a/ |
| D | Driver_Flash_N25Q256A.h | 43 .program_unit = PMOD_SF3_FLASH_PROGRAM_UNIT, 71 dev->program_unit = data->program_unit; \
|
| D | spi_n25q256a_flash_lib.h | 43 uint32_t program_unit; member
|
| /trusted-firmware-m-latest/platform/ext/target/arm/drivers/flash/sst26vf064b/ |
| D | Driver_Flash_SST26VF064B.h | 53 .program_unit = SST26VF064B_FLASH_PROGRAM_UNIT, 101 dev->program_unit = data->program_unit; \
|
| D | spi_sst26vf064b_flash_lib.h | 44 uint32_t program_unit; member
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone310/an555/device/source/ |
| D | flash_device_definition.c | 35 .program_unit = 0,
|
| /trusted-firmware-m-latest/platform/ext/target/armchina/mps3/alcor/an557/device/source/ |
| D | flash_device_definition.c | 35 .program_unit = 0,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone300/an547/device/source/ |
| D | flash_device_definition.c | 35 .program_unit = 0,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone300/an552/device/source/ |
| D | flash_device_definition.c | 35 .program_unit = 0,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/cmsis_drivers/ |
| D | Driver_Flash.c | 29 .program_unit = 1U,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/cmsis_drivers/ |
| D | Driver_Flash.c | 29 .program_unit = 1U,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/cmsis_drivers/ |
| D | Driver_Flash.c | 29 .program_unit = 1U,
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/cmsis_drivers/ |
| D | Driver_Flash_RPI.h | 151 if ((cnt < FLASH_DEV.data->program_unit) || \ 152 (cnt % FLASH_DEV.data->program_unit) || \
|
| D | Driver_Flash_RPI_bl2.c | 23 .program_unit = RP2350_FLASH_PAGE_SIZE, /* page aligned, page multipled */
|
| /trusted-firmware-m-latest/platform/ext/target/arm/drivers/flash/strata/ |
| D | Driver_Flash_Strata.h | 60 dev->program_unit = data->program_unit; \
|
| D | spi_strataflashj3_flash_lib.h | 37 uint32_t program_unit; member
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone310/fvp/cmsis_drivers/ |
| D | Driver_Flash.c | 38 .program_unit = FLASH0_PROGRAM_UNIT,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone300/fvp/cmsis_drivers/ |
| D | Driver_Flash.c | 38 .program_unit = FLASH0_PROGRAM_UNIT,
|
| /trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/ |
| D | tfm_internal_trusted_storage.c | 61 .program_unit = ITS_FLASH_ALIGNMENT, 71 .program_unit = PS_FLASH_ALIGNMENT, 226 if (TFM_HAL_ITS_FLASH_DRIVER.GetInfo()->program_unit 262 if (TFM_HAL_PS_FLASH_DRIVER.GetInfo()->program_unit
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/device/ |
| D | rse_expansion_device_definition.c | 61 .program_unit = 0,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/device/ |
| D | host_device_definition.c | 78 .program_unit = 0,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/device/ |
| D | host_device_definition.c | 78 .program_unit = 0,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps2/an519/cmsis_drivers/ |
| D | Driver_Flash.c | 100 if ((param % flash_dev->data->program_unit) != 0) { in is_write_aligned() 138 .program_unit = FLASH0_PROGRAM_UNIT,
|
123