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

#include <platform.h>

成员变量

struct rt_device parent
 
int dev_id
 
const char * name
 
const struct rt_ofw_node_idid
 
void * priv
 

详细描述

在文件 platform.h18 行定义.

结构体成员变量说明

◆ parent

struct rt_device rt_platform_device::parent

在文件 platform.h20 行定义.

◆ dev_id

int rt_platform_device::dev_id

在文件 platform.h22 行定义.

◆ name

const char* rt_platform_device::name

在文件 platform.h24 行定义.

◆ id

const struct rt_ofw_node_id* rt_platform_device::id

在文件 platform.h25 行定义.

◆ priv

void* rt_platform_device::priv

在文件 platform.h27 行定义.