Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_icache.c93 #define ICACHE_DISABLE_TIMEOUT_VALUE 1U /* 1ms */ macro
249 if ((HAL_GetTick() - tickstart) > ICACHE_DISABLE_TIMEOUT_VALUE) in HAL_ICACHE_Disable()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_icache.c95 #define ICACHE_DISABLE_TIMEOUT_VALUE 1U /* 1ms */ macro
255 if ((HAL_GetTick() - tickstart) > ICACHE_DISABLE_TIMEOUT_VALUE) in HAL_ICACHE_Disable()