Searched refs:RCC_APBENR1_DAC1EN (Results 1 – 13 of 13) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 1051 SET_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN); \ 1053 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN); \ 1127 #define __HAL_RCC_DAC1_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN) 1338 #define __HAL_RCC_DAC1_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN) != 0… 1400 #define __HAL_RCC_DAC1_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN) == 0…
|
D | stm32u0xx_ll_bus.h | 133 #define LL_APB1_GRP1_PERIPH_DAC1 RCC_APBENR1_DAC1EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1255 SET_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN); \ 1257 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN); \ 1431 #define __HAL_RCC_DAC1_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN) 1586 #define __HAL_RCC_DAC1_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN) != 0U) 1650 #define __HAL_RCC_DAC1_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_DAC1EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 163 #define LL_APB1_GRP1_PERIPH_DAC1 RCC_APBENR1_DAC1EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g051xx.h | 4906 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk macro
|
D | stm32g061xx.h | 5154 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk macro
|
D | stm32g071xx.h | 5271 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk macro
|
D | stm32g081xx.h | 5519 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk macro
|
D | stm32g0c1xx.h | 6877 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk macro
|
D | stm32g0b1xx.h | 6629 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5420 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk macro
|
D | stm32u083xx.h | 6254 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk macro
|
D | stm32u073xx.h | 5990 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk macro
|