Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cacheaxi.c213 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_NONE; in HAL_CACHEAXI_Init()
244 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_NONE; in HAL_CACHEAXI_DeInit()
390 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_NONE; in HAL_CACHEAXI_Enable()
423 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_NONE; in HAL_CACHEAXI_Disable()
498 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_NONE; in HAL_CACHEAXI_Invalidate()
628 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_NONE; in HAL_CACHEAXI_Invalidate_IT()
1386 hcacheaxi->ErrorCode = HAL_CACHEAXI_ERROR_NONE; in CACHEAXI_CommandByAddr()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cacheaxi.h120 #define HAL_CACHEAXI_ERROR_NONE 0x00000000U /*!< No error */ macro