Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
k_mbox_msg Struct Reference

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
 

Detailed Description

Mailbox Message Structure.

Field Documentation

◆ info

uint32_t k_mbox_msg::info

application-defined information value

◆ rx_source_thread

k_tid_t k_mbox_msg::rx_source_thread

source thread id

◆ size

size_t k_mbox_msg::size

size of message (in bytes)

◆ tx_data

void* k_mbox_msg::tx_data

sender's message data buffer

◆ tx_target_thread

k_tid_t k_mbox_msg::tx_target_thread

target thread id


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