Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cacheaxi.c124 #define CACHEAXI_DISABLE_TIMEOUT_VALUE 1U /* 1ms */ macro
437 if ((HAL_GetTick() - tickstart) > CACHEAXI_DISABLE_TIMEOUT_VALUE) in HAL_CACHEAXI_Disable()