commit | 0af4a393eeae0fefe3320f6d4cd7e78efff6b05f | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Fri Sep 17 11:39:52 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Oct 25 19:15:03 2021 -0400 |
tree | e306fdb58ebdbe36e89553f3aaa9c4940f61173b | |
parent | 41bfec7c5220e5a932f02db41d6e3115045fa96e [diff] |
drivers: adc: stm32h7 adc driver has a different oversampling ratio The adc_stm32_oversampling function is used to configure the ratio and shift for each sequence->oversampling depending on the soc serie and ADC instance in the serie In the stm32H7 serie, only ADC3 of ADC_VER_V5_V90 version have a LL_ADC_OVS_RATIO_x contant (other a 9bit value). Signed-off-by: Francois Ramu <francois.ramu@st.com>