Lines Matching refs:stm32_adc_regs
110 struct stm32_adc_regs { struct
130 const struct stm32_adc_regs ier_eoc; argument
131 const struct stm32_adc_regs isr_eoc;
132 const struct stm32_adc_regs *sqr;
133 const struct stm32_adc_regs exten;
134 const struct stm32_adc_regs extsel;
135 const struct stm32_adc_regs res;
137 const struct stm32_adc_regs *smp_bits;
262 static const struct stm32_adc_regs stm32f4_sq[STM32_ADC_MAX_SQ + 1] = {
308 static const struct stm32_adc_regs stm32f4_smp_bits[] = {
350 static const struct stm32_adc_regs stm32h7_sq[STM32_ADC_MAX_SQ + 1] = {
399 static const struct stm32_adc_regs stm32h7_smp_bits[] = {
511 const struct stm32_adc_regs *res = &adc->cfg->regs->res; in stm32_adc_set_res()
955 const struct stm32_adc_regs *sqr = adc->cfg->regs->sqr; in stm32_adc_conf_scan_seq()
1581 const struct stm32_adc_regs *smpr = &adc->cfg->regs->smp_bits[channel]; in stm32_adc_smpr_init()