Home
last modified time | relevance | path

Searched refs:ADC_CR2_SWSTART (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h55 #define ADC_CR2_SWSTART 0x40000000 macro
/openbmc/qemu/hw/adc/
H A Dstm32f2xx_adc.c156 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()