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.c185 const struct stm32_adc_regs *smp_bits; member
449 .smp_bits = stm32f4_smp_bits,
544 .smp_bits = stm32h7_smp_bits,
565 .smp_bits = stm32h7_smp_bits,
586 .smp_bits = stm32h7_smp_bits,
2058 const struct stm32_adc_regs *smpr = &adc->cfg->regs->smp_bits[channel]; in stm32_adc_smpr_init()