SCSI Read Capacity 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 Reserved1: 7 | |
Reserved, expect 0. | |
}; | |
uint32_t | Lba |
Logical Block (sector) Address. | |
uint16_t | Reserved2 |
Reserved, expect 0. | |
struct { | |
uint8_t Pmi: 1 | |
Partial medium indicator. | |
uint8_t Reserved3: 7 | |
Reserved, expect 0. | |
}; | |
uint8_t | Control |
Control byte. |
SCSI Read Capacity Command Descriptor Block (CDB) typedef.
Definition at line 188 of file msdscsi.h.
uint32_t MSDSCSI_ReadCapacity_TypeDef::Lba |