RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <pci_endpoint.h>
Public 成员函数 | |
RT_BITMAP_DECLARE (functions_map, 8) | |
成员变量 | |
rt_list_t | list |
const char * | name |
struct rt_ref | ref |
const struct rt_device * | rc_dev |
const struct rt_pci_ep_ops * | ops |
rt_size_t | mems_nr |
struct rt_pci_ep_mem * | mems |
rt_uint8_t | max_functions |
rt_list_t | epf_nodes |
struct rt_mutex | lock |
void * | priv |
在文件 pci_endpoint.h 第 78 行定义.
rt_pci_ep::RT_BITMAP_DECLARE | ( | functions_map | , |
8 | ) |
rt_list_t rt_pci_ep::list |
在文件 pci_endpoint.h 第 80 行定义.
const char* rt_pci_ep::name |
在文件 pci_endpoint.h 第 81 行定义.
struct rt_ref rt_pci_ep::ref |
在文件 pci_endpoint.h 第 83 行定义.
const struct rt_device* rt_pci_ep::rc_dev |
在文件 pci_endpoint.h 第 85 行定义.
const struct rt_pci_ep_ops* rt_pci_ep::ops |
在文件 pci_endpoint.h 第 86 行定义.
rt_size_t rt_pci_ep::mems_nr |
在文件 pci_endpoint.h 第 88 行定义.
struct rt_pci_ep_mem* rt_pci_ep::mems |
在文件 pci_endpoint.h 第 89 行定义.
rt_uint8_t rt_pci_ep::max_functions |
在文件 pci_endpoint.h 第 91 行定义.
rt_list_t rt_pci_ep::epf_nodes |
在文件 pci_endpoint.h 第 93 行定义.
struct rt_mutex rt_pci_ep::lock |
在文件 pci_endpoint.h 第 94 行定义.
void* rt_pci_ep::priv |
在文件 pci_endpoint.h 第 96 行定义.