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

#include <pci.h>

成员变量

struct rt_driver parent
 
const char * name
 
const struct rt_pci_device_idids
 
rt_err_t(* probe )(struct rt_pci_device *pdev)
 
rt_err_t(* remove )(struct rt_pci_device *pdev)
 
rt_err_t(* shutdown )(struct rt_pci_device *pdev)
 

详细描述

在文件 pci.h246 行定义.

结构体成员变量说明

◆ parent

struct rt_driver rt_pci_driver::parent

在文件 pci.h248 行定义.

◆ name

const char* rt_pci_driver::name

在文件 pci.h250 行定义.

◆ ids

const struct rt_pci_device_id* rt_pci_driver::ids

在文件 pci.h251 行定义.

◆ probe

rt_err_t(* rt_pci_driver::probe) (struct rt_pci_device *pdev)

在文件 pci.h253 行定义.

◆ remove

rt_err_t(* rt_pci_driver::remove) (struct rt_pci_device *pdev)

在文件 pci.h254 行定义.

◆ shutdown

rt_err_t(* rt_pci_driver::shutdown) (struct rt_pci_device *pdev)

在文件 pci.h255 行定义.