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

#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_devicerc_dev
 
const struct rt_pci_ep_opsops
 
rt_size_t mems_nr
 
struct rt_pci_ep_memmems
 
rt_uint8_t max_functions
 
rt_list_t epf_nodes
 
struct rt_mutex lock
 
void * priv
 

详细描述

在文件 pci_endpoint.h78 行定义.

成员函数说明

◆ RT_BITMAP_DECLARE()

rt_pci_ep::RT_BITMAP_DECLARE ( functions_map ,
8  )

结构体成员变量说明

◆ list

rt_list_t rt_pci_ep::list

在文件 pci_endpoint.h80 行定义.

◆ name

const char* rt_pci_ep::name

在文件 pci_endpoint.h81 行定义.

◆ ref

struct rt_ref rt_pci_ep::ref

在文件 pci_endpoint.h83 行定义.

◆ rc_dev

const struct rt_device* rt_pci_ep::rc_dev

在文件 pci_endpoint.h85 行定义.

◆ ops

const struct rt_pci_ep_ops* rt_pci_ep::ops

在文件 pci_endpoint.h86 行定义.

◆ mems_nr

rt_size_t rt_pci_ep::mems_nr

在文件 pci_endpoint.h88 行定义.

◆ mems

struct rt_pci_ep_mem* rt_pci_ep::mems

在文件 pci_endpoint.h89 行定义.

◆ max_functions

rt_uint8_t rt_pci_ep::max_functions

在文件 pci_endpoint.h91 行定义.

◆ epf_nodes

rt_list_t rt_pci_ep::epf_nodes

在文件 pci_endpoint.h93 行定义.

◆ lock

struct rt_mutex rt_pci_ep::lock

在文件 pci_endpoint.h94 行定义.

◆ priv

void* rt_pci_ep::priv

在文件 pci_endpoint.h96 行定义.