Lines Matching +full:input +full:- +full:positive
2 # SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/dt-bindings/comparator/silabs-acmp.h>
13 input-positive = <ACMP_INPUT_VSENSE01DIV4>;
14 input-negative = <ACMP_INPUT_VREFDIVAVDD>;
17 Note that there are bindings to retrieve the values for `input-positive` and
18 `input-negative` properties. See the included bindings in the example above.
24 #include <zephyr/dt-bindings/comparator/silabs-acmp.h>
30 hysteresis-mode = "disabled";
31 accuracy-mode = "low";
32 input-range = "full";
33 input-positive = <ACMP_INPUT_VSENSE01DIV4>;
34 input-negative = <ACMP_INPUT_VREFDIVAVDD>;
35 vref-divider = <63>;
39 `input-positive` or `input-negative` properties. In those cases, the
41 to the port and pin of each GPIO input selected. The following is an example
44 #include <zephyr/dt-bindings/comparator/silabs-acmp.h>
45 #include <zephyr/dt-bindings/pinctrl/silabs/xg24-pinctrl.h>
50 silabs,analog-bus = <ABUS_CDODD0_ACMP0>;
56 pinctrl-0 = <&acmp0_default>;
57 pinctrl-names = "default";
61 hysteresis-mode = "disabled";
62 accuracy-mode = "low";
63 input-range = "full";
64 input-positive = <ACMP_INPUT_PC3>;
65 input-negative = <ACMP_INPUT_VREFDIV1V25>;
66 vref-divider = <63>;
77 - base.yaml
78 - pinctrl-device.yaml
85 hysteresis-mode:
88 - "disabled"
89 - "sym10mv"
90 - "sym20mv"
91 - "sym30mv"
92 - "pos10mv"
93 - "pos20mv"
94 - "pos30mv"
95 - "neg10mv"
96 - "neg20mv"
97 - "neg30mv"
100 accuracy-mode:
103 - "low"
104 - "high"
107 input-range:
110 - "full"
111 - "reduced"
114 input-positive:
118 input-negative:
122 vref-divider: