| 
    Zephyr Project API 4.2.99
    
   A Scalable Open Source RTOS 
   | 
 
Port / Endpoint Devicetree macro public API header file. More...
Go to the source code of this file.
Macros | |
| #define | DT_INST_PORT_BY_ID(inst, pid) | 
| Get a port node from its id.   | |
| #define | DT_INST_ENDPOINT_BY_ID(inst, pid, eid) | 
| Get an endpoint node from its id and its parent port id.   | |
| #define | DT_NODE_BY_ENDPOINT(ep) | 
| Get the device node from its endpoint node.   | |
| #define | DT_NODE_REMOTE_DEVICE(ep) DT_NODE_BY_ENDPOINT(DT_NODELABEL(DT_STRING_TOKEN(ep, remote_endpoint_label))) | 
| Get the remote device node from a local endpoint node.   | |
Port / Endpoint Devicetree macro public API header file.