Lines Matching +full:prop +full:- +full:1
4 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/dt-bindings/pinctrl/smartbond-pinctrl.h>
14 uint32_t port : 1;
16 uint32_t bias_pull_up : 1;
17 uint32_t bias_pull_down : 1;
18 uint32_t output_enable : 1;
19 uint32_t input_enable : 1;
24 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
26 SMARTBOND_GET_FUNC(DT_PROP_BY_IDX(node_id, prop, idx)), \
27 SMARTBOND_GET_PORT(DT_PROP_BY_IDX(node_id, prop, idx)), \
28 SMARTBOND_GET_PIN(DT_PROP_BY_IDX(node_id, prop, idx)), \
35 #define Z_PINCTRL_STATE_PINS_INIT(node_id, prop) \ argument
36 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \