Searched refs:RCC_APB1ENR1_DAC1EN (Results 1 – 25 of 29) sorted by relevance
12
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 1099 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN); \ 1101 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN); \ 1210 #define __HAL_RCC_DAC1_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN) 1539 #define __HAL_RCC_DAC1_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN) != 0U) 1596 #define __HAL_RCC_DAC1_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN) == 0U)
|
D | stm32l5xx_ll_bus.h | 145 #define LL_APB1_GRP1_PERIPH_DAC1 RCC_APB1ENR1_DAC1EN
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 1294 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN); \ 1296 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN); \ 1425 #define __HAL_RCC_DAC1_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN) 1971 #define __HAL_RCC_DAC1_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN) != 0U) 2070 #define __HAL_RCC_DAC1_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_DAC1EN) == 0U)
|
D | stm32l4xx_ll_bus.h | 219 #define LL_APB1_GRP1_PERIPH_DAC1 RCC_APB1ENR1_DAC1EN
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l433xx.h | 9942 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l451xx.h | 10100 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l442xx.h | 9694 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l431xx.h | 9838 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l432xx.h | 9472 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l443xx.h | 10164 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l471xx.h | 11065 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l452xx.h | 10175 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l462xx.h | 10397 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l475xx.h | 11229 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l476xx.h | 11264 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l486xx.h | 11480 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l485xx.h | 11451 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l4a6xx.h | 12619 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l496xx.h | 12285 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l4r5xx.h | 12503 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l4r7xx.h | 12993 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l4s5xx.h | 12844 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l4s7xx.h | 13334 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 11785 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
D | stm32l562xx.h | 12506 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
|
12