Home
last modified time | relevance | path

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

/qemu/hw/adc/
H A Dstm32f2xx_adc.c48 s->adc_sr = 0x00000000; in stm32f2xx_adc_reset()
114 return s->adc_sr; in stm32f2xx_adc_read()
186 s->adc_sr &= (value & 0x3F); in stm32f2xx_adc_write()
258 VMSTATE_UINT32(adc_sr, STM32F2XXADCState),
/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h71 uint32_t adc_sr; member