Home
last modified time | relevance | path

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

/openbmc/qemu/hw/adc/
H A Dstm32f2xx_adc.c146 case ADC_JDR1: in stm32f2xx_adc_read()
153 return s->adc_jdr[(addr - ADC_JDR1) / 4] - in stm32f2xx_adc_read()
154 s->adc_jofr[(addr - ADC_JDR1) / 4]; in stm32f2xx_adc_read()
230 case ADC_JDR1: in stm32f2xx_adc_write()
234 s->adc_jdr[(addr - ADC_JDR1) / 4] = value; in stm32f2xx_adc_write()
/openbmc/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h46 #define ADC_JDR1 0x3C macro