Lines Matching defs:stm32_adc_cfg
203 struct stm32_adc_cfg { struct
204 const struct stm32_adc_regspec *regs;
205 const struct stm32_adc_info *adc_info;
206 struct stm32_adc_trig_info *trigs;
207 bool clk_required;
208 bool has_vregready;
209 int (*prepare)(struct iio_dev *);
210 void (*start_conv)(struct iio_dev *, bool dma);
211 void (*stop_conv)(struct iio_dev *);
212 void (*unprepare)(struct iio_dev *);
213 void (*irq_clear)(struct iio_dev *indio_dev, u32 msk);
214 const unsigned int *smp_cycles;
215 const unsigned int ts_vrefint_ns;