Home
last modified time | relevance | path

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

/openbmc/qemu/hw/adc/
H A Dstm32f2xx_adc.c58 s->adc_ltr = 0x00000000; in stm32f2xx_adc_reset()
134 return s->adc_ltr; in stm32f2xx_adc_read()
213 s->adc_ltr = value; in stm32f2xx_adc_write()
265 VMSTATE_UINT32(adc_ltr, STM32F2XXADCState),
/openbmc/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h78 uint32_t adc_ltr; member