Lines Matching +full:adc +full:- +full:prescaler
2 # SPDX-License-Identifier: Apache-2.0
7 Adds the STM32F3 ADC prescaler to the standard generic STM32 RCC.
8 For more description confere st,stm32-rcc.yaml
10 compatible: "st,stm32f3-rcc"
12 include: st,stm32-rcc.yaml
15 adc12-prescaler:
18 - 0 # Synchronous mode
19 - 1 # not divided
20 - 2
21 - 4
22 - 6
23 - 8
24 - 10
25 - 12
26 - 16
27 - 32
28 - 64
29 - 128
30 - 256
32 ADC 1 and 2 prescaler
33 - 0: Disables the clock so the ADC can use AHB clock (synchronous mode)
34 - Other values n: The ADC can use the PLL clock divided by n
37 adc34-prescaler:
40 - 0 # Synchronous mode
41 - 1 # not divided
42 - 2
43 - 4
44 - 6
45 - 8
46 - 10
47 - 12
48 - 16
49 - 32
50 - 64
51 - 128
52 - 256
54 ADC 3 and 4 prescaler
55 - 0: Disables the clock so the ADC can use AHB clock (synchronous mode)
56 - Other values n: The ADC can use the PLL clock divided by n