Lines Matching +full:prop +full:- +full:1
4 * SPDX-License-Identifier: Apache-2.0
15 bool bias_pull_up: 1;
16 bool bias_pull_down: 1;
17 bool drive_open_drain: 1;
18 bool drive_push_pull: 1;
19 bool output_high: 1;
20 bool output_low: 1;
26 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
28 .config = DT_PROP_BY_IDX(node_id, prop, idx), \
38 #define Z_PINCTRL_STATE_PINS_INIT(node_id, prop) \ argument
39 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, pinmux, \