Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_stm32.c188 int8_t oversampler_type; member
703 if (config->oversampler_type == OVERSAMPLER_MINIMAL) { in adc_stm32_oversampling()
710 if (config->oversampler_type == OVERSAMPLER_EXTENDED) { in adc_stm32_oversampling()
1869 .oversampler_type = DT_INST_STRING_UPPER_TOKEN(index, st_adc_oversampler), \