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

#include <ahci.h>

成员变量

struct rt_scsi_host parent
 
int irq
 
void * regs
 
rt_size_t ports_nr
 
rt_uint32_t ports_map
 
struct rt_ahci_port ports [32]
 
rt_uint32_t cap
 
rt_uint32_t max_blocks
 
const struct rt_ahci_opsops
 

详细描述

在文件 ahci.h368 行定义.

结构体成员变量说明

◆ parent

struct rt_scsi_host rt_ahci_host::parent

在文件 ahci.h370 行定义.

◆ irq

int rt_ahci_host::irq

在文件 ahci.h372 行定义.

◆ regs

void* rt_ahci_host::regs

在文件 ahci.h373 行定义.

◆ ports_nr

rt_size_t rt_ahci_host::ports_nr

在文件 ahci.h375 行定义.

◆ ports_map

rt_uint32_t rt_ahci_host::ports_map

在文件 ahci.h376 行定义.

◆ ports

struct rt_ahci_port rt_ahci_host::ports[32]

在文件 ahci.h377 行定义.

◆ cap

rt_uint32_t rt_ahci_host::cap

在文件 ahci.h379 行定义.

◆ max_blocks

rt_uint32_t rt_ahci_host::max_blocks

在文件 ahci.h380 行定义.

◆ ops

const struct rt_ahci_ops* rt_ahci_host::ops

在文件 ahci.h382 行定义.