Structs§
- ATAPI
- R - Read, W - Write, B - Byte, W - Word LBA48
- Control
Registers - IORegisters
Enums§
- ATADMA
Commands - B - byte, W - word
- ATANone
Commands - B - byte, W - word
- ATAOther
Commands - B - byte, W - word
- ATAPIO
Commands - B - byte, W - word
- Control
Device Register - DMAOrPIO
- IODevice
OrHead Register - IOError
Register - construction of ErrorRegister each field contain value matched with name EXAMPLE: AddressMarkNotFound = 1 << 0, you can match value of your register with this enum
- IOStatus
Register - construction of StatusRegister each field contain value matched with name EXAMPLE: AddressMarkNotFound = 1 << 0, you can match value of your register with this enum
- LBAOrCHS
- Master
OrSlave - Primary
OrSecondary - SCSI
Commands - List of all SCSI comamnds with repr(u8) Example: SCSCICommands::TestUnitReady as u8 -> 0x00