Home
last modified time | relevance | path

Searched refs:STM32_ADC_RES (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/dts/arm/st/g4/
Dstm32g473.dtsi37 resolutions = <STM32_ADC_RES(12, 0x00)
38 STM32_ADC_RES(10, 0x01)
39 STM32_ADC_RES(8, 0x02)
40 STM32_ADC_RES(6, 0x03)>;
53 resolutions = <STM32_ADC_RES(12, 0x00)
54 STM32_ADC_RES(10, 0x01)
55 STM32_ADC_RES(8, 0x02)
56 STM32_ADC_RES(6, 0x03)>;
Dstm32g491.dtsi63 resolutions = <STM32_ADC_RES(12, 0x00)
64 STM32_ADC_RES(10, 0x01)
65 STM32_ADC_RES(8, 0x02)
66 STM32_ADC_RES(6, 0x03)>;
Dstm32g4.dtsi113 resolutions = <STM32_ADC_RES(12, 0x00)
114 STM32_ADC_RES(10, 0x01)
115 STM32_ADC_RES(8, 0x02)
116 STM32_ADC_RES(6, 0x03)>;
129 resolutions = <STM32_ADC_RES(12, 0x00)
130 STM32_ADC_RES(10, 0x01)
131 STM32_ADC_RES(8, 0x02)
132 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/u5/
Dstm32u595.dtsi72 resolutions = <STM32_ADC_RES(14, 0x00)
73 STM32_ADC_RES(12, 0x01)
74 STM32_ADC_RES(10, 0x02)
75 STM32_ADC_RES(8, 0x03)>;
93 resolutions = <STM32_ADC_RES(14, 0x00)
94 STM32_ADC_RES(12, 0x01)
95 STM32_ADC_RES(10, 0x02)
96 STM32_ADC_RES(8, 0x03)>;
Dstm32u5.dtsi789 resolutions = <STM32_ADC_RES(14, 0x00)
790 STM32_ADC_RES(12, 0x01)
791 STM32_ADC_RES(10, 0x02)
792 STM32_ADC_RES(8, 0x03)>;
807 resolutions = <STM32_ADC_RES(12, 0x00)
808 STM32_ADC_RES(10, 0x01)
809 STM32_ADC_RES(8, 0x02)
810 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/f3/
Dstm32f334.dtsi38 resolutions = <STM32_ADC_RES(12, 0x00)
39 STM32_ADC_RES(10, 0x01)
40 STM32_ADC_RES(8, 0x02)
41 STM32_ADC_RES(6, 0x03)>;
Dstm32f303.dtsi151 resolutions = <STM32_ADC_RES(12, 0x00)
152 STM32_ADC_RES(10, 0x01)
153 STM32_ADC_RES(8, 0x02)
154 STM32_ADC_RES(6, 0x03)>;
168 resolutions = <STM32_ADC_RES(12, 0x00)
169 STM32_ADC_RES(10, 0x01)
170 STM32_ADC_RES(8, 0x02)
171 STM32_ADC_RES(6, 0x03)>;
Dstm32f302.dtsi112 resolutions = <STM32_ADC_RES(12, 0x00)
113 STM32_ADC_RES(10, 0x01)
114 STM32_ADC_RES(8, 0x02)
115 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/f4/
Dstm32f446.dtsi116 resolutions = <STM32_ADC_RES(12, 0x00)
117 STM32_ADC_RES(10, 0x01)
118 STM32_ADC_RES(8, 0x02)
119 STM32_ADC_RES(6, 0x03)>;
133 resolutions = <STM32_ADC_RES(12, 0x00)
134 STM32_ADC_RES(10, 0x01)
135 STM32_ADC_RES(8, 0x02)
136 STM32_ADC_RES(6, 0x03)>;
Dstm32f405.dtsi251 resolutions = <STM32_ADC_RES(12, 0x00)
252 STM32_ADC_RES(10, 0x01)
253 STM32_ADC_RES(8, 0x02)
254 STM32_ADC_RES(6, 0x03)>;
268 resolutions = <STM32_ADC_RES(12, 0x00)
269 STM32_ADC_RES(10, 0x01)
270 STM32_ADC_RES(8, 0x02)
271 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/include/zephyr/dt-bindings/adc/
Dstm32f1_adc.h24 STM32_ADC_RES(resolution, STM32_ADC_RES_REG_VAL)
Dstm32_adc.h63 #define STM32_ADC_RES(resolution, reg_val) \ macro
/Zephyr-latest/dts/arm/st/h7/
Dstm32h7.dtsi848 * STM32_ADC_RES(14, 0x01) and STM32_ADC_RES(12, 0x02)
859 resolutions = <STM32_ADC_RES(16, 0x00)
860 STM32_ADC_RES(14, 0x05)
861 STM32_ADC_RES(12, 0x06)
862 STM32_ADC_RES(10, 0x03)
863 STM32_ADC_RES(8, 0x07)>;
876 resolutions = <STM32_ADC_RES(16, 0x00)
877 STM32_ADC_RES(14, 0x05)
878 STM32_ADC_RES(12, 0x06)
879 STM32_ADC_RES(10, 0x03)
[all …]
/Zephyr-latest/dts/arm/st/l4/
Dstm32l4.dtsi404 resolutions = <STM32_ADC_RES(12, 0x00)
405 STM32_ADC_RES(10, 0x01)
406 STM32_ADC_RES(8, 0x02)
407 STM32_ADC_RES(6, 0x03)>;
420 resolutions = <STM32_ADC_RES(12, 0x00)
421 STM32_ADC_RES(10, 0x01)
422 STM32_ADC_RES(8, 0x02)
423 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/f7/
Dstm32f7.dtsi759 resolutions = <STM32_ADC_RES(12, 0x00)
760 STM32_ADC_RES(10, 0x01)
761 STM32_ADC_RES(8, 0x02)
762 STM32_ADC_RES(6, 0x03)>;
776 resolutions = <STM32_ADC_RES(12, 0x00)
777 STM32_ADC_RES(10, 0x01)
778 STM32_ADC_RES(8, 0x02)
779 STM32_ADC_RES(6, 0x03)>;
793 resolutions = <STM32_ADC_RES(12, 0x00)
794 STM32_ADC_RES(10, 0x01)
[all …]
/Zephyr-latest/dts/arm/st/l0/
Dstm32l0.dtsi315 resolutions = <STM32_ADC_RES(12, 0x00)
316 STM32_ADC_RES(10, 0x01)
317 STM32_ADC_RES(8, 0x02)
318 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/f0/
Dstm32f0.dtsi345 resolutions = <STM32_ADC_RES(12, 0x00)
346 STM32_ADC_RES(10, 0x01)
347 STM32_ADC_RES(8, 0x02)
348 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/l5/
Dstm32l5.dtsi664 resolutions = <STM32_ADC_RES(12, 0x00)
665 STM32_ADC_RES(10, 0x01)
666 STM32_ADC_RES(8, 0x02)
667 STM32_ADC_RES(6, 0x03)>;
680 resolutions = <STM32_ADC_RES(12, 0x00)
681 STM32_ADC_RES(10, 0x01)
682 STM32_ADC_RES(8, 0x02)
683 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/c0/
Dstm32c0.dtsi322 resolutions = <STM32_ADC_RES(12, 0x00)
323 STM32_ADC_RES(10, 0x01)
324 STM32_ADC_RES(8, 0x02)
325 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/h7rs/
Dstm32h7rs.dtsi747 resolutions = <STM32_ADC_RES(12, 0x00)
748 STM32_ADC_RES(10, 0x01)
749 STM32_ADC_RES(8, 0x2)
750 STM32_ADC_RES(6, 0x3)>;
763 resolutions = <STM32_ADC_RES(12, 0x00)
764 STM32_ADC_RES(10, 0x01)
765 STM32_ADC_RES(8, 0x02)
766 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/h5/
Dstm32h562.dtsi281 resolutions = <STM32_ADC_RES(12, 0x00)
282 STM32_ADC_RES(10, 0x01)
283 STM32_ADC_RES(8, 0x02)
284 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/l1/
Dstm32l1.dtsi224 resolutions = <STM32_ADC_RES(12, 0x00)
225 STM32_ADC_RES(10, 0x01)
226 STM32_ADC_RES(8, 0x02)
227 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/u0/
Dstm32u0.dtsi257 resolutions = <STM32_ADC_RES(12, 0x00)
258 STM32_ADC_RES(10, 0x01)
259 STM32_ADC_RES(8, 0x02)
260 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/wba/
Dstm32wba.dtsi421 resolutions = <STM32_ADC_RES(12, 0x00)
422 STM32_ADC_RES(10, 0x01)
423 STM32_ADC_RES(8, 0x02)
424 STM32_ADC_RES(6, 0x03)>;
/Zephyr-latest/dts/arm/st/g0/
Dstm32g0.dtsi413 resolutions = <STM32_ADC_RES(12, 0x00)
414 STM32_ADC_RES(10, 0x01)
415 STM32_ADC_RES(8, 0x02)
416 STM32_ADC_RES(6, 0x03)>;

12