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

#include <mailbox.h>

成员变量

rt_list_t list
 
struct rt_devicedev
 
const struct rt_mbox_controller_opsops
 
rt_size_t num_chans
 
struct rt_mbox_chanchans
 

详细描述

在文件 mailbox.h21 行定义.

结构体成员变量说明

◆ list

rt_list_t rt_mbox_controller::list

在文件 mailbox.h23 行定义.

◆ dev

struct rt_device* rt_mbox_controller::dev

在文件 mailbox.h25 行定义.

◆ ops

const struct rt_mbox_controller_ops* rt_mbox_controller::ops

在文件 mailbox.h27 行定义.

◆ num_chans

rt_size_t rt_mbox_controller::num_chans

在文件 mailbox.h29 行定义.

◆ chans

struct rt_mbox_chan* rt_mbox_controller::chans

在文件 mailbox.h30 行定义.