Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR1_DAC1EN (Results 1 – 25 of 29) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h1099 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)
Dstm32l5xx_ll_bus.h145 #define LL_APB1_GRP1_PERIPH_DAC1 RCC_APB1ENR1_DAC1EN
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h1294 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)
Dstm32l4xx_ll_bus.h219 #define LL_APB1_GRP1_PERIPH_DAC1 RCC_APB1ENR1_DAC1EN
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l433xx.h9942 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l451xx.h10100 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l442xx.h9694 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l431xx.h9838 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l432xx.h9472 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l443xx.h10164 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l471xx.h11065 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l452xx.h10175 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l462xx.h10397 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l475xx.h11229 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l476xx.h11264 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l486xx.h11480 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l485xx.h11451 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l4a6xx.h12619 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l496xx.h12285 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l4r5xx.h12503 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l4r7xx.h12993 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l4s5xx.h12844 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l4s7xx.h13334 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h11785 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro
Dstm32l562xx.h12506 #define RCC_APB1ENR1_DAC1EN RCC_APB1ENR1_DAC1EN_Msk macro

12