Home
last modified time | relevance | path

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

/openbmc/qemu/hw/adc/
H A Dstm32f2xx_adc.c52 s->adc_smpr2 = 0x00000000; in stm32f2xx_adc_reset()
122 return s->adc_smpr2; in stm32f2xx_adc_read()
198 s->adc_smpr2 = value; in stm32f2xx_adc_write()
262 VMSTATE_UINT32(adc_smpr2, STM32F2XXADCState),
/openbmc/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h75 uint32_t adc_smpr2; member