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

#include <ahci.h>

成员变量

rt_err_t(* host_init )(struct rt_ahci_host *host)
 
rt_err_t(* port_init )(struct rt_ahci_host *host, struct rt_ahci_port *port)
 
rt_err_t(* port_link_up )(struct rt_ahci_host *host, struct rt_ahci_port *port)
 
rt_err_t(* port_dma_init )(struct rt_ahci_host *host, struct rt_ahci_port *port)
 
rt_err_t(* port_isr )(struct rt_ahci_host *host, struct rt_ahci_port *port, rt_uint32_t isr)
 

详细描述

在文件 ahci.h385 行定义.

结构体成员变量说明

◆ host_init

rt_err_t(* rt_ahci_ops::host_init) (struct rt_ahci_host *host)

在文件 ahci.h387 行定义.

◆ port_init

rt_err_t(* rt_ahci_ops::port_init) (struct rt_ahci_host *host, struct rt_ahci_port *port)

在文件 ahci.h388 行定义.

◆ port_link_up

rt_err_t(* rt_ahci_ops::port_link_up) (struct rt_ahci_host *host, struct rt_ahci_port *port)

在文件 ahci.h389 行定义.

◆ port_dma_init

rt_err_t(* rt_ahci_ops::port_dma_init) (struct rt_ahci_host *host, struct rt_ahci_port *port)

在文件 ahci.h390 行定义.

◆ port_isr

rt_err_t(* rt_ahci_ops::port_isr) (struct rt_ahci_host *host, struct rt_ahci_port *port, rt_uint32_t isr)

在文件 ahci.h391 行定义.