Home
last modified time | relevance | path

Searched refs:RCC_AHBENR_ADC1EN (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_bus.h98 #if defined(RCC_AHBENR_ADC1EN)
99 #define LL_AHB1_GRP1_PERIPH_ADC1 RCC_AHBENR_ADC1EN
Dstm32f3xx_hal_rcc_ex.h1876 SET_BIT(RCC->AHBENR, RCC_AHBENR_ADC1EN);\
1878 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_ADC1EN);\
1882 #define __HAL_RCC_ADC1_CLK_DISABLE() (RCC->AHBENR &= ~(RCC_AHBENR_ADC1EN))
2455 #define __HAL_RCC_ADC1_IS_CLK_ENABLED() ((RCC->AHBENR & (RCC_AHBENR_ADC1EN)) != RESET)
2457 #define __HAL_RCC_ADC1_IS_CLK_DISABLED() ((RCC->AHBENR & (RCC_AHBENR_ADC1EN)) == RESET)
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f301x8.h5062 #define RCC_AHBENR_ADC1EN RCC_AHBENR_ADC1EN_Msk /*!< ADC1 clock enab… macro
Dstm32f318xx.h5055 #define RCC_AHBENR_ADC1EN RCC_AHBENR_ADC1EN_Msk /*!< ADC1 clock enab… macro
Dstm32f302x8.h8684 #define RCC_AHBENR_ADC1EN RCC_AHBENR_ADC1EN_Msk /*!< ADC1 clock enab… macro