Home
last modified time | relevance | path

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

/openbmc/qemu/hw/adc/
H A Dstm32f2xx_adc.c61 s->adc_sqr3 = 0x00000000; in stm32f2xx_adc_reset()
140 return s->adc_sqr3; in stm32f2xx_adc_read()
222 s->adc_sqr3 = value; in stm32f2xx_adc_write()
268 VMSTATE_UINT32(adc_sqr3, STM32F2XXADCState),
/openbmc/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h81 uint32_t adc_sqr3; member