|
Intel® Quark™ Microcontroller Software Interface
1.4.0
Intel® Quark™ Microcontroller BSP
|
Mailbox definitions. More...
Enumerations | |
| enum | qm_mbox_ch_t { QM_MBOX_CH_0 = 0, QM_MBOX_CH_1, QM_MBOX_CH_2, QM_MBOX_CH_3, QM_MBOX_CH_4, QM_MBOX_CH_5, QM_MBOX_CH_6, QM_MBOX_CH_7 } |
| Mailbox channel identifiers. More... | |
| enum | qm_mbox_destination_t { , QM_MBOX_TO_LMT, QM_MBOX_TO_SS } |
| Definition of the mailbox direction of operation The direction of communication for each channel is configurable by the user. More... | |
Mailbox definitions.
| enum qm_mbox_ch_t |
Mailbox channel identifiers.
Definition at line 18 of file qm_mailbox_defs.h.
Definition of the mailbox direction of operation The direction of communication for each channel is configurable by the user.
The list below describes the possible communication directions for each channel.
| Enumerator | |
|---|---|
| QM_MBOX_TO_LMT |
Lakemont core as destination. |
| QM_MBOX_TO_SS |
Sensor Sub-System core as destination. |
Definition at line 35 of file qm_mailbox_defs.h.