[][src]Module sunrise_ahci::fis

Frame Information Structures

A FIS is a packet or frame of information that is transferred between the host and device. Refer to the Serial ATA specification for more information.

Structs

FisData

Data FIS - bidirectional

FisDmaSetup

DMA setup FIS - bidirectional

FisPioSetup

PIO setup FIS - device to host

FisRegD2H

Register FIS - device to host

FisRegH2D

Register FIS - host to device

FisSetDeviceBits

Set device bits FIS - device to host

Enums

FisType

The types of a FIS.