Home
last modified time | relevance | path

Searched refs:RCC_APB4ENR_DAC2EN (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h2487 SET_BIT(RCC->APB4ENR, RCC_APB4ENR_DAC2EN);\
2489 tmpreg = READ_BIT(RCC->APB4ENR, RCC_APB4ENR_DAC2EN);\
2561 #define __HAL_RCC_DAC2_CLK_DISABLE() (RCC->APB4ENR) &= ~ (RCC_APB4ENR_DAC2EN)
2595 #define __HAL_RCC_DAC2_IS_CLK_ENABLED() ((RCC->APB4ENR & RCC_APB4ENR_DAC2EN) != 0U)
2623 #define __HAL_RCC_DAC2_IS_CLK_DISABLED() ((RCC->APB4ENR & RCC_APB4ENR_DAC2EN) == 0U)
Dstm32h7xx_ll_bus.h367 #define LL_APB4_GRP1_PERIPH_DAC2 RCC_APB4ENR_DAC2EN
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13801 #define RCC_APB4ENR_DAC2EN RCC_APB4ENR_DAC2EN_Msk macro
Dstm32h7b0xx.h14257 #define RCC_APB4ENR_DAC2EN RCC_APB4ENR_DAC2EN_Msk macro
Dstm32h7b0xxq.h14269 #define RCC_APB4ENR_DAC2EN RCC_APB4ENR_DAC2EN_Msk macro
Dstm32h7a3xxq.h13813 #define RCC_APB4ENR_DAC2EN RCC_APB4ENR_DAC2EN_Msk macro
Dstm32h7b3xx.h14264 #define RCC_APB4ENR_DAC2EN RCC_APB4ENR_DAC2EN_Msk macro
Dstm32h7b3xxq.h14276 #define RCC_APB4ENR_DAC2EN RCC_APB4ENR_DAC2EN_Msk macro