Home
last modified time | relevance | path

Searched refs:usb_node (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/usb_c/ppc/
Dshell.c11 #define CALL_IF_HAS_PPC(usb_node, func) \ argument
12 COND_CODE_1(DT_NODE_HAS_PROP(usb_node, ppc), \
13 (ret |= func(DEVICE_DT_GET(DT_PHANDLE_BY_IDX(usb_node, ppc, 0)));), ())