Lines Matching defs:stm32_adc_cfg
155 struct stm32_adc_cfg { struct
156 const struct stm32_adc_regspec *regs;
157 const struct stm32_adc_info *adc_info;
158 struct stm32_adc_trig_info *trigs;
159 bool clk_required;
160 bool has_vregready;
161 int (*prepare)(struct stm32_adc *);
162 void (*start_conv)(struct stm32_adc *, bool dma);
163 void (*stop_conv)(struct stm32_adc *);
164 void (*unprepare)(struct stm32_adc *);
165 const unsigned int *smp_cycles;