RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <pci_endpoint.h>
成员变量 | |
rt_list_t | list |
const char * | name |
struct rt_pci_ep_header * | header |
struct rt_pci_ep_bar | bar [PCI_STD_NUM_BARS] |
rt_uint8_t | msi_interrupts |
rt_uint16_t | msix_interrupts |
rt_uint8_t | func_no |
struct rt_pci_ep * | ep |
在文件 pci_endpoint.h 第 109 行定义.
rt_list_t rt_pci_epf::list |
在文件 pci_endpoint.h 第 111 行定义.
const char* rt_pci_epf::name |
在文件 pci_endpoint.h 第 112 行定义.
struct rt_pci_ep_header* rt_pci_epf::header |
在文件 pci_endpoint.h 第 114 行定义.
struct rt_pci_ep_bar rt_pci_epf::bar[PCI_STD_NUM_BARS] |
在文件 pci_endpoint.h 第 115 行定义.
rt_uint8_t rt_pci_epf::msi_interrupts |
在文件 pci_endpoint.h 第 117 行定义.
rt_uint16_t rt_pci_epf::msix_interrupts |
在文件 pci_endpoint.h 第 118 行定义.
rt_uint8_t rt_pci_epf::func_no |
在文件 pci_endpoint.h 第 119 行定义.
struct rt_pci_ep* rt_pci_epf::ep |
在文件 pci_endpoint.h 第 121 行定义.