EFR32 Mighty Gecko 13 Software Documentation  efr32mg13-doc-5.1.2
MSDSCSI_ReadCapacity_TypeDef Struct Reference

Detailed Description

SCSI Read Capacity Command Descriptor Block (CDB) typedef.

Definition at line 191 of file msdscsi.h.

#include <msdscsi.h>

Data Fields

struct {
   uint8_t   Obsolete: 1
 
   uint8_t   Reserved1: 7
 
}; 
 
struct {
   uint8_t   Pmi: 1
 
   uint8_t   Reserved3: 7
 
}; 
 
uint8_t Control
 
uint32_t Lba
 
uint8_t OpCode
 
uint16_t Reserved2
 

Field Documentation

uint8_t MSDSCSI_ReadCapacity_TypeDef::Control

Control byte.

Definition at line 206 of file msdscsi.h.

uint32_t MSDSCSI_ReadCapacity_TypeDef::Lba

Logical Block (sector) Address.

Definition at line 199 of file msdscsi.h.

uint8_t MSDSCSI_ReadCapacity_TypeDef::Obsolete

Obsolete, expect any value.

Definition at line 196 of file msdscsi.h.

uint8_t MSDSCSI_ReadCapacity_TypeDef::OpCode

Command opcode.

Definition at line 193 of file msdscsi.h.

uint8_t MSDSCSI_ReadCapacity_TypeDef::Pmi

Partial medium indicator.

Definition at line 203 of file msdscsi.h.

uint8_t MSDSCSI_ReadCapacity_TypeDef::Reserved1

Reserved, expect 0.

Definition at line 197 of file msdscsi.h.

uint16_t MSDSCSI_ReadCapacity_TypeDef::Reserved2

Reserved, expect 0.

Definition at line 200 of file msdscsi.h.

uint8_t MSDSCSI_ReadCapacity_TypeDef::Reserved3

Reserved, expect 0.

Definition at line 204 of file msdscsi.h.


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