Home
last modified time | relevance | path

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

/openbmc/qemu/hw/adc/
H A Dstm32f2xx_adc.c59 s->adc_sqr1 = 0x00000000; in stm32f2xx_adc_reset()
136 return s->adc_sqr1; in stm32f2xx_adc_read()
216 s->adc_sqr1 = value; in stm32f2xx_adc_write()
266 VMSTATE_UINT32(adc_sqr1, STM32F2XXADCState),
/openbmc/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h79 uint32_t adc_sqr1; member