Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mbox_channel Struct Reference

Provides a type to hold an MBOX channel. More...

#include <mbox.h>

Data Fields

const struct devicedev
 MBOX device pointer.
 
uint32_t id
 Channel ID.
 

Detailed Description

Provides a type to hold an MBOX channel.

Struct type to hold an MBOX device pointer and the channel ID.

Field Documentation

◆ dev

const struct device* mbox_channel::dev

MBOX device pointer.

◆ id

uint32_t mbox_channel::id

Channel ID.


The documentation for this struct was generated from the following file: