RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_mbox_controller_ops结构体 参考

#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 *)
 

详细描述

在文件 mailbox.h33 行定义.

结构体成员变量说明

◆ request

rt_err_t(* rt_mbox_controller_ops::request) (struct rt_mbox_chan *)

在文件 mailbox.h35 行定义.

◆ release

void(* rt_mbox_controller_ops::release) (struct rt_mbox_chan *)

在文件 mailbox.h36 行定义.

◆ send

rt_err_t(* rt_mbox_controller_ops::send) (struct rt_mbox_chan *, const void *data)

在文件 mailbox.h37 行定义.

◆ peek

rt_bool_t(* rt_mbox_controller_ops::peek) (struct rt_mbox_chan *)

在文件 mailbox.h38 行定义.

◆ ofw_parse

int(* rt_mbox_controller_ops::ofw_parse) (struct rt_mbox_controller *, struct rt_ofw_cell_args *)

在文件 mailbox.h39 行定义.