Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dcache.c982 if (((itflags & itsources) & DCACHE_FLAG_ERROR) != 0U) in HAL_DCACHE_IRQHandler()
985 __HAL_DCACHE_CLEAR_FLAG(hdcache, DCACHE_FLAG_ERROR); in HAL_DCACHE_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dcache.c982 if (((itflags & itsources) & DCACHE_FLAG_ERROR) != 0U) in HAL_DCACHE_IRQHandler()
985 __HAL_DCACHE_CLEAR_FLAG(hdcache, DCACHE_FLAG_ERROR); in HAL_DCACHE_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dcache.h172 #define DCACHE_FLAG_ERROR DCACHE_SR_ERRF /*!< Cache error flag */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dcache.h172 #define DCACHE_FLAG_ERROR DCACHE_SR_ERRF /*!< Cache error flag */ macro