Home
last modified time | relevance | path

Searched refs:ICACHE_SR_BSYENDF (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_icache.c341 while (READ_BIT(ICACHE->SR, ICACHE_SR_BSYENDF) == 0U) in HAL_ICACHE_WaitForInvalidateComplete()
346 if (READ_BIT(ICACHE->SR, ICACHE_SR_BSYENDF) == 0U) in HAL_ICACHE_WaitForInvalidateComplete()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_icache.h146 #define ICACHE_FLAG_BUSYEND ICACHE_SR_BSYENDF /*!< Busy end flag */
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_icache.h150 #define ICACHE_FLAG_BUSYEND ICACHE_SR_BSYENDF /*!< Busy end flag */
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_icache.c356 while (READ_BIT(ICACHE->SR, ICACHE_SR_BSYENDF) == 0U) in HAL_ICACHE_WaitForInvalidateComplete()
361 if (READ_BIT(ICACHE->SR, ICACHE_SR_BSYENDF) == 0U) in HAL_ICACHE_WaitForInvalidateComplete()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/Device/Include/
Dstm32l552xx.h9137 #define ICACHE_SR_BSYENDF ICACHE_SR_BSYENDF_Msk /*!< Busy end flag */ macro
Dstm32l562xx.h9469 #define ICACHE_SR_BSYENDF ICACHE_SR_BSYENDF_Msk /*!< Busy end flag */ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/Device/Include/
Dstm32u585xx.h10591 #define ICACHE_SR_BSYENDF ICACHE_SR_BSYENDF_Msk /*!< Busy end f… macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h12010 #define ICACHE_SR_BSYENDF ICACHE_SR_BSYENDF_Msk /*!< Busy end f… macro