Lines Matching refs:stm32_adc_regs
105 * struct stm32_adc_regs - stm32 ADC misc registers & bitfield desc
110 struct stm32_adc_regs {
132 const struct stm32_adc_regs ier_eoc;
133 const struct stm32_adc_regs ier_ovr;
134 const struct stm32_adc_regs isr_eoc;
135 const struct stm32_adc_regs isr_ovr;
136 const struct stm32_adc_regs *sqr;
137 const struct stm32_adc_regs exten;
138 const struct stm32_adc_regs extsel;
139 const struct stm32_adc_regs res;
141 const struct stm32_adc_regs *smp_bits;
268 static const struct stm32_adc_regs stm32f4_sq[STM32_ADC_MAX_SQ + 1] = {
314 static const struct stm32_adc_regs stm32f4_smp_bits[] = {
358 static const struct stm32_adc_regs stm32h7_sq[STM32_ADC_MAX_SQ + 1] = {
407 static const struct stm32_adc_regs stm32h7_smp_bits[] = {
533 const struct stm32_adc_regs *res = &adc->cfg->regs->res;
1002 const struct stm32_adc_regs *sqr = adc->cfg->regs->sqr;
1676 const struct stm32_adc_regs *smpr = &adc->cfg->regs->smp_bits[channel];