RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <mailbox.h>
成员变量 | |
rt_err_t(* | request )(struct rt_mbox_chan *) |
void(* | release )(struct rt_mbox_chan *) |
rt_err_t(* | send )(struct rt_mbox_chan *, const void *data) |
rt_bool_t(* | peek )(struct rt_mbox_chan *) |
int(* | ofw_parse )(struct rt_mbox_controller *, struct rt_ofw_cell_args *) |
rt_err_t(* rt_mbox_controller_ops::request) (struct rt_mbox_chan *) |
void(* rt_mbox_controller_ops::release) (struct rt_mbox_chan *) |
rt_err_t(* rt_mbox_controller_ops::send) (struct rt_mbox_chan *, const void *data) |
rt_bool_t(* rt_mbox_controller_ops::peek) (struct rt_mbox_chan *) |
int(* rt_mbox_controller_ops::ofw_parse) (struct rt_mbox_controller *, struct rt_ofw_cell_args *) |