Lines Matching +full:other +full:- +full:controller
2 # SPDX-License-Identifier: Apache-2.0
5 STM32F3 Reset and Clock controller node.
7 For more description confere st,stm32-rcc.yaml
9 compatible: "st,stm32f3-rcc"
11 include: st,stm32-rcc.yaml
14 adc12-prescaler:
17 - 0 # Synchronous mode
18 - 1 # not divided
19 - 2
20 - 4
21 - 6
22 - 8
23 - 10
24 - 12
25 - 16
26 - 32
27 - 64
28 - 128
29 - 256
32 - 0: Disables the clock so the ADC can use AHB clock (synchronous mode)
33 - Other values n: The ADC can use the PLL clock divided by n
36 adc34-prescaler:
39 - 0 # Synchronous mode
40 - 1 # not divided
41 - 2
42 - 4
43 - 6
44 - 8
45 - 10
46 - 12
47 - 16
48 - 32
49 - 64
50 - 128
51 - 256
54 - 0: Disables the clock so the ADC can use AHB clock (synchronous mode)
55 - Other values n: The ADC can use the PLL clock divided by n