Intel® Quark™ Microcontroller Software Interface
1.4.0
Intel® Quark™ Microcontroller BSP
|
Definition of the mailbox message. More...
#include <qm_mailbox.h>
Data Fields | |
uint32_t | ctrl |
Control word - bits 30 to 0 used as data/message id, bit 31 triggers channel interrupt when set by the driver. | |
uint32_t | data [QM_MBOX_PAYLOAD_NUM] |
Mailbox data buffer. More... | |
Definition of the mailbox message.
Definition at line 64 of file qm_mailbox.h.
uint32_t qm_mbox_msg_t::data[QM_MBOX_PAYLOAD_NUM] |
Mailbox data buffer.
Definition at line 70 of file qm_mailbox.h.
Referenced by qm_mbox_ch_read(), and qm_mbox_ch_write().