Lines Matching +full:prop +full:- +full:2
4 * SPDX-License-Identifier: Apache-2.0
39 * @name Test pinctrl pull-up/down.
43 /** Pull-up disabled. */
45 /** Pull-down enabled. */
47 /** Pull-up enabled. */
48 #define TEST_PULL_UP 2U
75 * @param prop Property name.
78 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
79 (((DT_PROP_BY_IDX(node_id, prop, idx) << TEST_PIN_POS) \
91 * @param prop Property name describing state pins.
93 #define Z_PINCTRL_STATE_PINS_INIT(node_id, prop) \ argument
94 {DT_FOREACH_CHILD_VARGS(DT_PROP_BY_IDX(node_id, prop, 0), \