SCSI Write 10 Command Descriptor Block (CDB) typedef. More...
#include <msdscsi.h>
Data Fields | |
uint8_t | OpCode |
Command opcode. | |
struct { | |
uint8_t Obsolete: 1 | |
Obsolete, expect any value. | |
uint8_t FuaNv: 1 | |
Force Unit Access non-volatile cache. | |
uint8_t Reserved1: 1 | |
Reserved, expect 0. | |
uint8_t Fua: 1 | |
Force Unit Access. | |
uint8_t Dpo: 1 | |
Disable Page Out. | |
uint8_t WrProtect: 3 | |
Write Protect field. | |
}; | |
uint32_t | Lba |
Logical Block (sector) Address. | |
struct { | |
uint8_t GroupNumber: 5 | |
Group Number field. | |
uint8_t Reserved2: 3 | |
Reserved, expect 0. | |
}; | |
uint16_t | TransferLength |
Number of blocks (sectors) to transfer. | |
uint8_t | Control |
Control byte. |
SCSI Write 10 Command Descriptor Block (CDB) typedef.
Definition at line 267 of file msdscsi.h.
uint8_t MSDSCSI_Write10_TypeDef::Control |
uint8_t MSDSCSI_Write10_TypeDef::Dpo |
uint8_t MSDSCSI_Write10_TypeDef::Fua |
uint8_t MSDSCSI_Write10_TypeDef::FuaNv |
uint32_t MSDSCSI_Write10_TypeDef::Lba |
Logical Block (sector) Address.
Definition at line 279 of file msdscsi.h.
Referenced by MSDSCSI_Write10().
uint8_t MSDSCSI_Write10_TypeDef::OpCode |
Number of blocks (sectors) to transfer.
Definition at line 285 of file msdscsi.h.
Referenced by MSDSCSI_Write10().