Zephyr API 3.6.99
|
Mailbox Message Structure. More...
#include <kernel.h>
Data Fields | |
size_t | size |
size of message (in bytes) | |
uint32_t | info |
application-defined information value | |
void * | tx_data |
sender's message data buffer | |
k_tid_t | rx_source_thread |
source thread id | |
k_tid_t | tx_target_thread |
target thread id | |
Mailbox Message Structure.
uint32_t k_mbox_msg::info |
application-defined information value
k_tid_t k_mbox_msg::rx_source_thread |
source thread id
size_t k_mbox_msg::size |
size of message (in bytes)
void* k_mbox_msg::tx_data |
sender's message data buffer
k_tid_t k_mbox_msg::tx_target_thread |
target thread id