Home
last modified time | relevance | path

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

/qemu/hw/adc/
H A Dstm32f2xx_adc.c123 case ADC_JOFR1: in stm32f2xx_adc_read()
130 return s->adc_jofr[(addr - ADC_JOFR1) / 4]; in stm32f2xx_adc_read()
200 case ADC_JOFR1: in stm32f2xx_adc_write()
204 s->adc_jofr[(addr - ADC_JOFR1) / 4] = (value & 0xFFF); in stm32f2xx_adc_write()
/qemu/include/hw/adc/
H A Dstm32f2xx_adc.h36 #define ADC_JOFR1 0x14 macro