Searched refs:ADC_CR2_SWSTART (Results 1 – 2 of 2) sorted by relevance
55 #define ADC_CR2_SWSTART 0x40000000 macro
156 if ((s->adc_cr2 & ADC_CR2_ADON) && (s->adc_cr2 & ADC_CR2_SWSTART)) { in stm32f2xx_adc_read()157 s->adc_cr2 ^= ADC_CR2_SWSTART; in stm32f2xx_adc_read()