RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <platform.h>
成员变量 | |
struct rt_driver | parent |
const char * | name |
const struct rt_ofw_node_id * | ids |
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.h 第 30 行定义.
struct rt_driver rt_platform_driver::parent |
在文件 platform.h 第 32 行定义.
const char* rt_platform_driver::name |
在文件 platform.h 第 34 行定义.
const struct rt_ofw_node_id* rt_platform_driver::ids |
在文件 platform.h 第 35 行定义.
rt_err_t(* rt_platform_driver::probe) (struct rt_platform_device *pdev) |
在文件 platform.h 第 37 行定义.
rt_err_t(* rt_platform_driver::remove) (struct rt_platform_device *pdev) |
在文件 platform.h 第 38 行定义.
rt_err_t(* rt_platform_driver::shutdown) (struct rt_platform_device *pdev) |
在文件 platform.h 第 39 行定义.