Home
last modified time | relevance | path

Searched refs:PREFETCH_ENABLE (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/b_u585i_iot02a/include/
Dstm32u5xx_hal_conf.h173 #define PREFETCH_ENABLE 1U /*!< Enable prefetch */ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/stm32h573i_dk/include/
Dstm32h5xx_hal_conf.h178 #define PREFETCH_ENABLE 0U /*!< Enable prefetch */ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal.c145 #if (PREFETCH_ENABLE != 0U) in HAL_Init()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal.c137 #if (PREFETCH_ENABLE != 0U) in HAL_Init()