Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
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. | |
MBOX Devicetree macro public API header file.