Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dstm32-adc.c147 #define STM32_ADC_MAX_SQ 16 /* SQ1..SQ16 */ macro
304 u16 buffer[STM32_ADC_MAX_SQ];
369 static const struct stm32_adc_regs stm32f4_sq[STM32_ADC_MAX_SQ + 1] = {
457 static const struct stm32_adc_regs stm32h7_sq[STM32_ADC_MAX_SQ + 1] = {
1040 if (i > STM32_ADC_MAX_SQ) in stm32_adc_conf_scan_seq()