RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
结构体 | |
struct | rt_platform_device |
struct | rt_platform_driver |
宏定义 | |
#define | RT_PLATFORM_DRIVER_EXPORT(driver) |
函数 | |
struct rt_platform_device * | rt_platform_device_alloc (const char *name) |
rt_err_t | rt_platform_driver_register (struct rt_platform_driver *pdrv) |
rt_err_t | rt_platform_device_register (struct rt_platform_device *pdev) |
rt_err_t | rt_platform_ofw_device_probe_child (struct rt_ofw_node *np) |
rt_err_t | rt_platform_ofw_request (struct rt_ofw_node *np) |
rt_err_t | rt_platform_ofw_free (struct rt_platform_device *pdev) |
#define RT_PLATFORM_DRIVER_EXPORT | ( | driver | ) |
在文件 platform.h 第 51 行定义.
struct rt_platform_device * rt_platform_device_alloc | ( | const char * | name | ) |
rt_err_t rt_platform_driver_register | ( | struct rt_platform_driver * | pdrv | ) |
rt_err_t rt_platform_device_register | ( | struct rt_platform_device * | pdev | ) |
rt_err_t rt_platform_ofw_device_probe_child | ( | struct rt_ofw_node * | np | ) |
rt_err_t rt_platform_ofw_request | ( | struct rt_ofw_node * | np | ) |
rt_err_t rt_platform_ofw_free | ( | struct rt_platform_device * | pdev | ) |