Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mbox.h File Reference

MBOX Devicetree macro public API header file. More...

Go to the source code of this file.

Macros

#define DT_MBOX_CTLR_BY_NAME(node_id, name)    DT_PHANDLE_BY_NAME(node_id, mboxes, name)
 Get the node identifier for the MBOX controller from a mboxes property by name.
 
#define DT_MBOX_CHANNEL_BY_NAME(node_id, name)    DT_PHA_BY_NAME_OR(node_id, mboxes, name, channel, 0)
 Get a MBOX channel value by name.
 

Detailed Description

MBOX Devicetree macro public API header file.