Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_cacheaxi.h162 SET_BIT(CACHEAXIx->CR1, CACHEAXI_CR1_EN); in LL_CACHEAXI_Enable()
173 CLEAR_BIT(CACHEAXIx->CR1, CACHEAXI_CR1_EN); in LL_CACHEAXI_Disable()
184 return ((READ_BIT(CACHEAXIx->CR1, CACHEAXI_CR1_EN) == (CACHEAXI_CR1_EN)) ? 1UL : 0UL); in LL_CACHEAXI_IsEnabled()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cacheaxi.c392 SET_BIT(hcacheaxi->Instance->CR1, CACHEAXI_CR1_EN); in HAL_CACHEAXI_Enable()
429 CLEAR_BIT(hcacheaxi->Instance->CR1, CACHEAXI_CR1_EN); in HAL_CACHEAXI_Disable()
465 return ((READ_BIT(hcacheaxi->Instance->CR1, CACHEAXI_CR1_EN) != 0U) ? 1UL : 0UL); in HAL_CACHEAXI_IsEnabled()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n657xx.h7619 #define CACHEAXI_CR1_EN CACHEAXI_CR1_EN_Msk /*!< Enabl… macro
Dstm32n647xx.h7198 #define CACHEAXI_CR1_EN CACHEAXI_CR1_EN_Msk /*!< Enabl… macro