Home
last modified time | relevance | path

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

/qemu/hw/adc/
H A Dstm32f2xx_adc.c57 s->adc_htr = 0x00000FFF; in stm32f2xx_adc_reset()
132 return s->adc_htr; in stm32f2xx_adc_read()
210 s->adc_htr = value; in stm32f2xx_adc_write()
264 VMSTATE_UINT32(adc_htr, STM32F2XXADCState),
/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h77 uint32_t adc_htr; member