Home
last modified time | relevance | path

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

/Zephyr-latest/dts/arm/st/u5/
Dstm32u595.dtsi79 st,adc-oversampler = "OVERSAMPLER_EXTENDED";
100 st,adc-oversampler = "OVERSAMPLER_EXTENDED";
Dstm32u5.dtsi796 st,adc-oversampler = "OVERSAMPLER_EXTENDED";
/Zephyr-latest/dts/arm/st/h7/
Dstm32h7.dtsi866 st,adc-oversampler = "OVERSAMPLER_EXTENDED";
883 st,adc-oversampler = "OVERSAMPLER_EXTENDED";
901 st,adc-oversampler = "OVERSAMPLER_EXTENDED";
918 st,adc-oversampler = "OVERSAMPLER_EXTENDED";
/Zephyr-latest/drivers/adc/
Dadc_stm32.c96 #define OVERSAMPLER_EXTENDED 2 macro
709 #if ANY_ADC_OVERSAMPLER_TYPE_IS(OVERSAMPLER_EXTENDED) in adc_stm32_oversampling()
710 if (config->oversampler_type == OVERSAMPLER_EXTENDED) { in adc_stm32_oversampling()