Intel® Quark™ Microcontroller Software Interface
1.4.0
Intel® Quark™ Microcontroller BSP
|
Mailbox Configuration Structure. More...
#include <qm_mailbox.h>
Data Fields | |
qm_mbox_destination_t | dest |
< Mailbox Destination More... | |
qm_mbox_mode_t | mode |
Message callback. More... | |
qm_mbox_callback_t | callback |
Callback function data to return via the callback function. More... | |
Mailbox Configuration Structure.
Definition at line 83 of file qm_mailbox.h.
qm_mbox_callback_t qm_mbox_config_t::callback |
Callback function data to return via the callback function.
Definition at line 99 of file qm_mailbox.h.
Referenced by qm_mbox_ch_set_config().
qm_mbox_destination_t qm_mbox_config_t::dest |
< Mailbox Destination
Mode of operation
Definition at line 85 of file qm_mailbox.h.
Referenced by qm_mbox_ch_set_config().
qm_mbox_mode_t qm_mbox_config_t::mode |
Message callback.
Called after a message is received on the channel and the channel is configured in interrupt mode.
[in] | data | User defined data. |
Definition at line 87 of file qm_mailbox.h.
Referenced by qm_mbox_ch_set_config().