Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
Provides a type to hold an MBOX channel. More...
#include <mbox.h>
Data Fields | |
const struct device * | dev |
MBOX device pointer. | |
uint32_t | id |
Channel ID. | |
Provides a type to hold an MBOX channel.
Struct type to hold an MBOX device pointer and the channel ID.
const struct device* mbox_channel::dev |
MBOX device pointer.
uint32_t mbox_channel::id |
Channel ID.