Home
last modified time | relevance | path

Searched refs:smp_bits (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/adc/
H A Dstm32-adc.c186 const struct stm32_adc_regs *smp_bits; member
450 .smp_bits = stm32f4_smp_bits,
545 .smp_bits = stm32h7_smp_bits,
566 .smp_bits = stm32h7_smp_bits,
587 .smp_bits = stm32h7_smp_bits,
2059 const struct stm32_adc_regs *smpr = &adc->cfg->regs->smp_bits[channel]; in stm32_adc_smpr_init()