Lines Matching +full:prop +full:- +full:3
4 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/dt-bindings/pinctrl/ambiq-apollo3-pinctrl.h>
19 uint32_t alt_func: 3;
22 /** Drive strength, relative to full-driver strength */
35 uint32_t ambiq_pull_up_ohms: 3;
41 uint32_t iom_num: 3;
50 * @param prop Property name.
53 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
55 APOLLO3_GET_PIN_NUM(DT_PROP_BY_IDX(node_id, prop, idx)), \
56 APOLLO3_GET_PIN_ALT_FUNC(DT_PROP_BY_IDX(node_id, prop, idx)), \
74 * @param prop Property name describing state pins.
76 #define Z_PINCTRL_STATE_PINS_INIT(node_id, prop) \ argument
78 DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), DT_FOREACH_PROP_ELEM, pinmux, \