Searched defs:stm32_adc_regspec (Results 1 – 1 of 1) sorted by relevance
233 struct stm32_adc_regspec { struct234 const u32 dr;235 const struct stm32_adc_regs ier_eoc;236 const struct stm32_adc_regs isr_eoc;237 const struct stm32_adc_regs *sqr;238 const struct stm32_adc_regs exten;262 const struct stm32_adc_regspec *regs; argument