Lines Matching refs:stm32_adc_regs
136 struct stm32_adc_regs { struct
171 const struct stm32_adc_regs ier_eoc;
172 const struct stm32_adc_regs ier_ovr;
173 const struct stm32_adc_regs isr_eoc;
174 const struct stm32_adc_regs isr_ovr;
175 const struct stm32_adc_regs *sqr;
176 const struct stm32_adc_regs exten;
177 const struct stm32_adc_regs extsel;
178 const struct stm32_adc_regs res;
180 const struct stm32_adc_regs *smp_bits;
181 const struct stm32_adc_regs or_vdd;
182 const struct stm32_adc_regs ccr_vbat;
183 const struct stm32_adc_regs ccr_vref;
320 static const struct stm32_adc_regs stm32f4_sq[STM32_ADC_MAX_SQ + 1] = {
366 static const struct stm32_adc_regs stm32f4_smp_bits[] = {
410 static const struct stm32_adc_regs stm32h7_sq[STM32_ADC_MAX_SQ + 1] = {
459 static const struct stm32_adc_regs stm32h7_smp_bits[] = {
619 const struct stm32_adc_regs *res = &adc->cfg->regs->res; in stm32_adc_set_res()
1149 const struct stm32_adc_regs *sqr = adc->cfg->regs->sqr; in stm32_adc_conf_scan_seq()
1803 const struct stm32_adc_regs *smpr = &adc->cfg->regs->smp_bits[channel]; in stm32_adc_smpr_init()