Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h52 #define ADC_CR2_ADON 0x01 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()