Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dcache.c214 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Init()
248 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_DeInit()
368 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Enable()
402 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Disable()
517 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Invalidate()
675 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Invalidate_IT()
1420 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in DCACHE_CommandByAddr()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dcache.c214 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Init()
248 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_DeInit()
368 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Enable()
402 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Disable()
517 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Invalidate()
675 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in HAL_DCACHE_Invalidate_IT()
1420 hdcache->ErrorCode = HAL_DCACHE_ERROR_NONE; in DCACHE_CommandByAddr()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dcache.h125 #define HAL_DCACHE_ERROR_NONE 0x00000000U /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dcache.h125 #define HAL_DCACHE_ERROR_NONE 0x00000000U /*!< No error */ macro