Searched defs:stm32_adc_regspec (Results 1 – 1 of 1) sorted by relevance
130 struct stm32_adc_regspec { struct131 const u32 dr;132 const struct stm32_adc_regs ier_eoc;133 const struct stm32_adc_regs ier_ovr;134 const struct stm32_adc_regs isr_eoc;135 const struct stm32_adc_regs isr_ovr;136 const struct stm32_adc_regs *sqr;137 const struct stm32_adc_regs exten;161 const struct stm32_adc_regspec *regs; argument