Searched defs:stm32_adc_regspec (Results 1 – 2 of 2) sorted by relevance
173 struct stm32_adc_regspec { struct174 const u32 dr;175 const struct stm32_adc_regs ier_eoc;176 const struct stm32_adc_regs ier_ovr;177 const struct stm32_adc_regs isr_eoc;178 const struct stm32_adc_regs isr_ovr;179 const struct stm32_adc_regs *sqr;180 const struct stm32_adc_regs exten;181 const struct stm32_adc_regs extsel;182 const struct stm32_adc_regs res;[all …]
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