/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 800 SET_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN); \ 802 … tmpreg = READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN); \ 875 #define __HAL_RCC_ADC_CLK_DISABLE() CLEAR_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) 1423 #define __HAL_RCC_ADC_IS_CLK_ENABLED() (READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) != 0U) 1453 #define __HAL_RCC_ADC_IS_CLK_DISABLED() (READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) == 0U)
|
D | stm32l5xx_ll_bus.h | 96 #define LL_AHB2_GRP1_PERIPH_ADC RCC_AHB2ENR_ADCEN
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 836 SET_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN); \ 838 … tmpreg = READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN); \ 953 #define __HAL_RCC_ADC_CLK_DISABLE() CLEAR_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) 1735 #define __HAL_RCC_ADC_IS_CLK_ENABLED() (READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) != 0U) 1800 #define __HAL_RCC_ADC_IS_CLK_DISABLED() (READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) == 0U)
|
D | stm32l4xx_ll_bus.h | 118 #define LL_AHB2_GRP1_PERIPH_ADC RCC_AHB2ENR_ADCEN
|
D | stm32l4xx_ll_rcc.h | 3516 …return ((READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) != 0U) ? LL_RCC_ADC_CLKSOURCE_SYSCLK : LL_RCC_A… in LL_RCC_GetADCClockSource()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 982 SET_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN); \ 984 … tmpreg = READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN); \ 1099 #define __HAL_RCC_ADC_CLK_DISABLE() CLEAR_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) 2184 #define __HAL_RCC_ADC_IS_CLK_ENABLED() (READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) != 0U) 2241 #define __HAL_RCC_ADC_IS_CLK_DISABLED() (READ_BIT(RCC->AHB2ENR, RCC_AHB2ENR_ADCEN) == 0U)
|
D | stm32h5xx_ll_bus.h | 157 #define LL_AHB2_GRP1_PERIPH_ADC RCC_AHB2ENR_ADCEN
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_bus.h | 104 #define LL_AHB2_GRP1_PERIPH_ADC RCC_AHB2ENR_ADCEN
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 6774 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32wb30xx.h | 6773 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32wb35xx.h | 7667 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32wb55xx.h | 7876 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32wb5mxx.h | 7876 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 6118 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l412xx.h | 5899 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l433xx.h | 9878 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l451xx.h | 10039 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l442xx.h | 9639 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l431xx.h | 9780 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l432xx.h | 9420 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l443xx.h | 10097 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l471xx.h | 10995 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l452xx.h | 10111 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
D | stm32l462xx.h | 10330 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 8937 #define RCC_AHB2ENR_ADCEN RCC_AHB2ENR_ADCEN_Msk macro
|