Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cacheaxi.c190 if (hcacheaxi->State == HAL_CACHEAXI_STATE_RESET) in HAL_CACHEAXI_Init()
247 hcacheaxi->State = HAL_CACHEAXI_STATE_RESET; in HAL_CACHEAXI_DeInit()
1103 else if (hcacheaxi->State == HAL_CACHEAXI_STATE_RESET) in HAL_CACHEAXI_RegisterCallback()
1205 else if (HAL_CACHEAXI_STATE_RESET == hcacheaxi->State) in HAL_CACHEAXI_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cacheaxi.h49 HAL_CACHEAXI_STATE_RESET = 0x00U, /*!< CACHEAXI not yet initialized or disabled */ enumerator