Home
last modified time | relevance | path

Searched refs:RCC_AHB1ENR_ADC12EN (Results 1 – 25 of 35) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h988 SET_BIT(RCC->AHB1ENR, RCC_AHB1ENR_ADC12EN);\
990 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_ADC12EN);\
1076 #define __HAL_RCC_ADC12_CLK_DISABLE() (RCC->AHB1ENR &= ~ (RCC_AHB1ENR_ADC12EN))
1103 #define __HAL_RCC_ADC12_IS_CLK_ENABLED() ((RCC->AHB1ENR & RCC_AHB1ENR_ADC12EN) …
1124 #define __HAL_RCC_ADC12_IS_CLK_DISABLED() ((RCC->AHB1ENR & RCC_AHB1ENR_ADC12EN) …
2734 SET_BIT(RCC_C1->AHB1ENR, RCC_AHB1ENR_ADC12EN);\
2736 tmpreg = READ_BIT(RCC_C1->AHB1ENR, RCC_AHB1ENR_ADC12EN);\
2807 #define __HAL_RCC_C1_ADC12_CLK_DISABLE() (RCC_C1->AHB1ENR &= ~ (RCC_AHB1ENR_ADC12EN))
3763 SET_BIT(RCC_C2->AHB1ENR, RCC_AHB1ENR_ADC12EN);\
3765 tmpreg = READ_BIT(RCC_C2->AHB1ENR, RCC_AHB1ENR_ADC12EN);\
[all …]
Dstm32h7xx_ll_bus.h124 #define LL_AHB1_GRP1_PERIPH_ADC12 RCC_AHB1ENR_ADC12EN
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_bus.h73 #define LL_AHB1_GRP1_PERIPH_ADC12 RCC_AHB1ENR_ADC12EN
Dstm32h7rsxx_hal_rcc.h831 SET_BIT(RCC->AHB1ENR, RCC_AHB1ENR_ADC12EN);\
898 #define __HAL_RCC_ADC12_CLK_DISABLE() CLEAR_BIT(RCC->AHB1ENR, RCC_AHB1ENR_ADC12EN)
1919 #define __HAL_RCC_ADC12_IS_CLK_ENABLED() (READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_ADC12EN) != 0U)
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h112 #define LL_AHB1_GRP1_PERIPH_ADC12 RCC_AHB1ENR_ADC12EN
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13540 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h7b0xx.h13990 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h7b0xxq.h14002 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h7a3xxq.h13552 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h7b3xx.h13997 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h7b3xxq.h14009 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h730xxq.h15845 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h733xx.h15833 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h725xx.h15388 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h730xx.h15833 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h735xx.h15845 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h742xx.h14709 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h723xx.h15376 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h750xx.h15605 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h753xx.h15611 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h745xx.h15938 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h15914 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h7s7xx.h16972 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h7s3xx.h16552 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro
Dstm32h7r7xx.h16332 #define RCC_AHB1ENR_ADC12EN RCC_AHB1ENR_ADC12EN_Msk macro

12