/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 992 SET_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN); \ 994 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN); \ 1005 #define __HAL_RCC_ADC_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN) 1124 #define __HAL_RCC_ADC_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN) != 0U) 1133 #define __HAL_RCC_ADC_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN) == 0U)
|
D | stm32c0xx_ll_bus.h | 126 #define LL_APB1_GRP2_PERIPH_ADC RCC_APBENR2_ADCEN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 1199 SET_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN); \ 1201 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN); \ 1221 #define __HAL_RCC_ADC_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN) 1432 #define __HAL_RCC_ADC_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN) != 0U) 1450 #define __HAL_RCC_ADC_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN) == 0U)
|
D | stm32u0xx_ll_bus.h | 152 #define LL_APB1_GRP2_PERIPH_ADC RCC_APBENR2_ADCEN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1362 SET_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN); \ 1364 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN); \ 1449 #define __HAL_RCC_ADC_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN) 1681 #define __HAL_RCC_ADC_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN) != 0U) 1693 #define __HAL_RCC_ADC_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_ADCEN) == 0U)
|
D | stm32g0xx_ll_bus.h | 196 #define LL_APB2_GRP1_PERIPH_ADC RCC_APBENR2_ADCEN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4131 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32c031xx.h | 4291 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32c071xx.h | 4759 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4367 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g050xx.h | 4404 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g070xx.h | 4545 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g031xx.h | 4581 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g041xx.h | 4829 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g051xx.h | 4941 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g061xx.h | 5189 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g071xx.h | 5306 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g081xx.h | 5554 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g0b0xx.h | 5594 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g0c1xx.h | 6912 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32g0b1xx.h | 6664 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5449 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32u083xx.h | 6283 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|
D | stm32u073xx.h | 6019 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk macro
|