RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <mailbox.h>
成员变量 | |
struct rt_mbox_controller * | ctrl |
struct rt_mbox_client * | client |
void * | data |
rt_bool_t | complete |
struct rt_timer | timer |
struct rt_spinlock | lock |
void * | priv |
struct rt_mbox_controller* rt_mbox_chan::ctrl |
struct rt_mbox_client* rt_mbox_chan::client |
struct rt_spinlock rt_mbox_chan::lock |