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 190 of file msdscsi.h.


Field Documentation

Control byte.

Definition at line 205 of file msdscsi.h.

Logical Block (sector) Address.

Definition at line 198 of file msdscsi.h.

Obsolete, expect any value.

Definition at line 195 of file msdscsi.h.

Command opcode.

Definition at line 192 of file msdscsi.h.

Partial medium indicator.

Definition at line 202 of file msdscsi.h.

Reserved, expect 0.

Definition at line 196 of file msdscsi.h.

Reserved, expect 0.

Definition at line 199 of file msdscsi.h.

Reserved, expect 0.

Definition at line 203 of file msdscsi.h.


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