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

#include <platform.h>

成员变量

struct rt_driver parent
 
const char * name
 
const struct rt_ofw_node_idids
 
rt_err_t(* probe )(struct rt_platform_device *pdev)
 
rt_err_t(* remove )(struct rt_platform_device *pdev)
 
rt_err_t(* shutdown )(struct rt_platform_device *pdev)
 

详细描述

在文件 platform.h30 行定义.

结构体成员变量说明

◆ parent

struct rt_driver rt_platform_driver::parent

在文件 platform.h32 行定义.

◆ name

const char* rt_platform_driver::name

在文件 platform.h34 行定义.

◆ ids

const struct rt_ofw_node_id* rt_platform_driver::ids

在文件 platform.h35 行定义.

◆ probe

rt_err_t(* rt_platform_driver::probe) (struct rt_platform_device *pdev)

在文件 platform.h37 行定义.

◆ remove

rt_err_t(* rt_platform_driver::remove) (struct rt_platform_device *pdev)

在文件 platform.h38 行定义.

◆ shutdown

rt_err_t(* rt_platform_driver::shutdown) (struct rt_platform_device *pdev)

在文件 platform.h39 行定义.