Searched defs:stm32_adc_cfg (Results 1 – 1 of 1) sorted by relevance
203 struct stm32_adc_cfg { struct204 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 *);[all …]