Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cacheaxi.c378 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_TIMEOUT; in HAL_CACHEAXI_Enable()
442 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_TIMEOUT; in HAL_CACHEAXI_Disable()
523 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_TIMEOUT; in HAL_CACHEAXI_Invalidate()
1431 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_TIMEOUT; in CACHEAXI_CommandByAddr()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cacheaxi.h121 #define HAL_CACHEAXI_ERROR_TIMEOUT 0x00000010U /*!< Timeout error */ macro