Lines Matching +full:prop +full:- +full:2
4 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/dt-bindings/pinctrl/ambiq-apollo4-pinctrl.h>
22 /** Drive strength, relative to full-driver strength */
23 uint32_t drive_strength : 2;
41 uint32_t interrupt_direction: 2;
50 * @param prop Property name.
53 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
55 APOLLO4_GET_PIN_NUM(DT_PROP_BY_IDX(node_id, prop, idx)), \
56 APOLLO4_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
77 {DT_FOREACH_CHILD_VARGS(DT_PHANDLE(node_id, prop), \