Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_icache.c87 #define ICACHE_DISABLE_TIMEOUT_VALUE 1U /* 1ms */ macro
222 if ((HAL_GetTick() - tickstart) > ICACHE_DISABLE_TIMEOUT_VALUE) in HAL_ICACHE_Disable()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_icache.c87 #define ICACHE_DISABLE_TIMEOUT_VALUE 1U /* 1ms */ macro
222 if ((HAL_GetTick() - tickstart) > ICACHE_DISABLE_TIMEOUT_VALUE) in HAL_ICACHE_Disable()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_icache.c100 #define ICACHE_DISABLE_TIMEOUT_VALUE 1U /* 1ms */ macro
256 if ((HAL_GetTick() - tickstart) > ICACHE_DISABLE_TIMEOUT_VALUE) in HAL_ICACHE_Disable()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_icache.c100 #define ICACHE_DISABLE_TIMEOUT_VALUE 1U /* 1ms */ macro
256 if ((HAL_GetTick() - tickstart) > ICACHE_DISABLE_TIMEOUT_VALUE) in HAL_ICACHE_Disable()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_icache.c100 #define ICACHE_DISABLE_TIMEOUT_VALUE 1U /* 1ms */ macro
256 if ((HAL_GetTick() - tickstart) > ICACHE_DISABLE_TIMEOUT_VALUE) in HAL_ICACHE_Disable()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_icache.c100 #define ICACHE_DISABLE_TIMEOUT_VALUE 1U /* 1ms */ macro
260 if ((HAL_GetTick() - tickstart) > ICACHE_DISABLE_TIMEOUT_VALUE) in HAL_ICACHE_Disable()