MSDSCSI_ReadCapacity_TypeDef Struct Reference
[Msd]

SCSI Read Capacity Command Descriptor Block (CDB) typedef. More...

#include <msdscsi.h>

Collaboration diagram for MSDSCSI_ReadCapacity_TypeDef:
Collaboration graph
[legend]

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.

Detailed Description

SCSI Read Capacity Command Descriptor Block (CDB) typedef.

Definition at line 206 of file msdscsi.h.


Field Documentation

Control byte.

Definition at line 221 of file msdscsi.h.

Logical Block (sector) Address.

Definition at line 214 of file msdscsi.h.

Obsolete, expect any value.

Definition at line 211 of file msdscsi.h.

Command opcode.

Definition at line 208 of file msdscsi.h.

Partial medium indicator.

Definition at line 218 of file msdscsi.h.

Reserved, expect 0.

Definition at line 212 of file msdscsi.h.

Reserved, expect 0.

Definition at line 215 of file msdscsi.h.

Reserved, expect 0.

Definition at line 219 of file msdscsi.h.


The documentation for this struct was generated from the following file: