Searched refs:p_node_id (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/soc/nordic/common/ |
D | pinctrl_soc.h | 52 #define Z_GET_CLOCKPIN_ENABLE(node_id, prop, idx, p_node_id) \ argument 53 COND_CODE_1(DT_NODE_HAS_PROP(p_node_id, nordic_clockpin_enable), \ 55 p_node_id, nordic_clockpin_enable, Z_CHECK_CLOCKPIN_ENABLE, \ 64 #define Z_GET_GPD_FAST_ACTIVE1(p_node_id) \ argument 65 COND_CODE_1(DT_NODE_HAS_PROP(p_node_id, power_domains), \ 66 ((DT_PHA(p_node_id, power_domains, id) == \ 77 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx, p_node_id) \ argument 84 Z_GET_CLOCKPIN_ENABLE(node_id, prop, idx, p_node_id) | \ 85 Z_GET_GPD_FAST_ACTIVE1(p_node_id) \
|