Home
last modified time | relevance | path

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

/openbmc/qemu/hw/adc/
H A Dstm32f2xx_adc.c49 s->adc_cr1 = 0x00000000; in stm32f2xx_adc_reset()
75 switch ((s->adc_cr1 & ADC_CR1_RES) >> 24) { in stm32f2xx_adc_generate_value()
116 return s->adc_cr1; in stm32f2xx_adc_read()
189 s->adc_cr1 = value; in stm32f2xx_adc_write()
259 VMSTATE_UINT32(adc_cr1, STM32F2XXADCState),
/openbmc/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h72 uint32_t adc_cr1; member