Home
last modified time | relevance | path

Searched defs:stm32_adc_regspec (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/iio/adc/
Dstm32-adc.c130 struct stm32_adc_regspec { struct
131 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