Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cacheaxi.c964 if (((itflags & itsources) & CACHEAXI_FLAG_ERROR) != 0U) in HAL_CACHEAXI_IRQHandler()
967 __HAL_CACHEAXI_CLEAR_FLAG(hcacheaxi, CACHEAXI_FLAG_ERROR); in HAL_CACHEAXI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cacheaxi.h166 #define CACHEAXI_FLAG_ERROR CACHEAXI_SR_ERRF /*!< Cache error flag */ macro