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