Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_ADC2EN (Results 1 – 25 of 43) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h1167 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)
Dstm32f1xx_ll_bus.h176 #define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rcc.h945 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)
Dstm32f2xx_ll_bus.h166 #define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h1533 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 …]
Dstm32f4xx_ll_bus.h290 #define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1259 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)
Dstm32f7xx_ll_bus.h204 #define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f103x6.h1269 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
Dstm32f103xb.h1299 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
Dstm32f103xe.h1710 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
Dstm32f103xg.h1747 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
Dstm32f105xc.h1703 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
Dstm32f107xc.h1792 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk /*!< ADC 2 interface… macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h9585 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
Dstm32f205xx.h9336 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
Dstm32f207xx.h9656 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
Dstm32f217xx.h9905 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f405xx.h9742 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
Dstm32f415xx.h10021 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
Dstm32f407xx.h10063 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h9748 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
Dstm32f722xx.h9729 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
Dstm32f730xx.h9968 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro
Dstm32f733xx.h9968 #define RCC_APB2ENR_ADC2EN RCC_APB2ENR_ADC2EN_Msk macro

12