Home
last modified time | relevance | path

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

/qemu/hw/adc/
H A Dstm32f2xx_adc.c51 s->adc_smpr1 = 0x00000000; in stm32f2xx_adc_reset()
120 return s->adc_smpr1; in stm32f2xx_adc_read()
195 s->adc_smpr1 = value; in stm32f2xx_adc_write()
261 VMSTATE_UINT32(adc_smpr1, STM32F2XXADCState),
/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h74 uint32_t adc_smpr1; member