| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
| D | stm32f1xx_hal_rcc_ex.h | 1167 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 1169 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 1173 #define __HAL_RCC_ADC2_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_ADC2EN)) 1330 #define __HAL_RCC_ADC2_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) != RESET) 1331 #define __HAL_RCC_ADC2_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) == RESET)
|
| D | stm32f1xx_ll_bus.h | 176 #define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
| D | stm32f2xx_hal_rcc.h | 945 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 947 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 1005 #define __HAL_RCC_ADC2_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_ADC2EN)) 1029 #define __HAL_RCC_ADC2_IS_CLK_ENABLED() ((RCC->APB2ENR &(RCC_APB2ENR_ADC2EN))!= RESET) 1043 #define __HAL_RCC_ADC2_IS_CLK_DISABLED() ((RCC->APB2ENR &(RCC_APB2ENR_ADC2EN))== RESET)
|
| D | stm32f2xx_ll_bus.h | 166 #define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
| D | stm32f4xx_hal_rcc_ex.h | 1533 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 1535 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 1591 #define __HAL_RCC_ADC2_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_ADC2EN)) 1632 #define __HAL_RCC_ADC2_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) != RESET) 1645 #define __HAL_RCC_ADC2_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) == RESET) 2542 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 2544 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 2580 #define __HAL_RCC_ADC2_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_ADC2EN)) 2597 #define __HAL_RCC_ADC2_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) != RESET) 2604 #define __HAL_RCC_ADC2_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) == RESET) [all …]
|
| D | stm32f4xx_ll_bus.h | 290 #define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
| D | stm32f7xx_hal_rcc_ex.h | 1259 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 1261 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC2EN);\ 1413 #define __HAL_RCC_ADC2_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_ADC2EN)) 1668 #define __HAL_RCC_ADC2_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) != RESET) 1709 #define __HAL_RCC_ADC2_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_ADC2EN)) == RESET)
|
| D | stm32f7xx_ll_bus.h | 204 #define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN
|
| /hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
| D | stm32f103x6.h | 1269 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
|
| D | stm32f103xb.h | 1299 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
|
| D | stm32f103xe.h | 1710 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
|
| D | stm32f103xg.h | 1747 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
|
| D | stm32f105xc.h | 1703 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
|
| D | stm32f107xc.h | 1792 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
|
| /hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
| D | stm32f215xx.h | 9585 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| D | stm32f205xx.h | 9336 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| D | stm32f207xx.h | 9656 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| D | stm32f217xx.h | 9905 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| /hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
| D | stm32f405xx.h | 9742 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| D | stm32f415xx.h | 10021 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| D | stm32f407xx.h | 10063 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| /hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
| D | stm32f723xx.h | 9748 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| D | stm32f722xx.h | 9729 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| D | stm32f730xx.h | 9968 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|
| D | stm32f733xx.h | 9968 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
|