| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Mailbox Structure. More...
#include <kernel.h>
Data Fields | |
| _wait_q_t | tx_msg_queue | 
| _wait_q_t | rx_msg_queue | 
| struct k_spinlock | lock | 
Mailbox Structure.
| struct k_spinlock k_mbox::lock | 
| _wait_q_t k_mbox::rx_msg_queue | 
Receive message queue
| _wait_q_t k_mbox::tx_msg_queue | 
Transmit messages queue