commit | 41bfec7c5220e5a932f02db41d6e3115045fa96e | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Fri Sep 17 11:50:51 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Oct 25 19:15:03 2021 -0400 |
tree | ff0162c78e5992f0d02094d1ca9565909adf7cd3 | |
parent | a0bd3b09ab645fea7b7f8ab1905bd417fc85803b [diff] |
drivers: adc: stm32h7 adc driver using LL function Change the access to the PCSEL register by using the LL function because on the STM32H7xx soc, some devices have no PCEL register especially on ADC3 of the stm32H723. The LL function manages this difference. Signed-off-by: Francois Ramu <francois.ramu@st.com>