Searched refs:RCC_APB2ENR_ADC2 (Results 1 – 6 of 6) sorted by relevance
63 RCC_APB2PeriphClockCmd(RCC_APB2ENR_ADC2, ENABLE); //Enable ADC2 clock in mm32_adc_init()
826 (state) ? (RCC->APB2ENR |= RCC_APB2ENR_ADC2) : (RCC->APB2ENR &= ~RCC_APB2ENR_ADC2); in RCC_ADC_ClockCmd()
52 exRCC_APB2PeriphReset(RCC_APB2ENR_ADC2); in ADC_DeInit()
415 #define RCC_APB2ENR_ADC2 (0x01U << RCC_APB2ENR_ADC2_Pos) ///< ADC2 enable macro
747 #define RCC_APB2Periph_ADC2 RCC_APB2ENR_ADC2
1220 #define RCC_APB2ENR_ADC2(x) (((uint32_t)(((uint32_t)(x)) << RCC_APB2ENR_ADC2_SH… macro
Completed in 64 milliseconds