We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2f5d3 commit 003ee34Copy full SHA for 003ee34
drivers/adc/adc_stm32.c
@@ -736,13 +736,6 @@ static int start_read(const struct device *dev,
736
LL_ADC_SetChannelPreselection(adc, channel);
737
}
738
#endif
739
-#if defined(CONFIG_SOC_SERIES_STM32U5X)
740
- /*
741
- * Each channel in the sequence must be previously enabled in PCSEL.
742
- * This register controls the analog switch integrated in the IO level.
743
- */
744
- LL_ADC_SetChannelPreselection(adc, channel);
745
-#endif
746
#if defined(CONFIG_SOC_SERIES_STM32F0X) || \
747
defined(CONFIG_SOC_SERIES_STM32L0X)
748
LL_ADC_REG_SetSequencerChannels(adc, channel);
0 commit comments