Searched refs:ADC_JDR1 (Results 1 – 2 of 2) sorted by relevance
146 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()
46 #define ADC_JDR1 0x3C macro