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

Detailed Description

SCSI Verify 10 Command Descriptor Block (CDB) typedef.

Definition at line 279 of file msdscsi.h.

#include <msdscsi.h>

Data Fields

struct {
   uint8_t   BytChk: 1
 
   uint8_t   Dpo: 1
 
   uint8_t   Obsolete: 1
 
   uint8_t   Reserved1: 2
 
   uint8_t   VrProtect: 3
 
}; 
 
struct {
   uint8_t   GroupNumber: 5
 
   uint8_t   Reserved2: 2
 
   uint8_t   Restricted: 1
 
}; 
 
uint8_t Control
 
uint32_t Lba
 
uint8_t OpCode
 
uint16_t Verification
 

Field Documentation

uint8_t MSDSCSI_Verify10_TypeDef::BytChk

Byte check bit.

Definition at line 285 of file msdscsi.h.

uint8_t MSDSCSI_Verify10_TypeDef::Control

Control byte.

Definition at line 298 of file msdscsi.h.

uint8_t MSDSCSI_Verify10_TypeDef::Dpo

Disable Page Out.

Definition at line 287 of file msdscsi.h.

uint8_t MSDSCSI_Verify10_TypeDef::GroupNumber

Group Number field.

Definition at line 293 of file msdscsi.h.

uint32_t MSDSCSI_Verify10_TypeDef::Lba

Logical Block (sector) Address.

Definition at line 290 of file msdscsi.h.

uint8_t MSDSCSI_Verify10_TypeDef::Obsolete

Obsolete, expect any value.

Definition at line 284 of file msdscsi.h.

uint8_t MSDSCSI_Verify10_TypeDef::OpCode

Command opcode.

Definition at line 281 of file msdscsi.h.

uint8_t MSDSCSI_Verify10_TypeDef::Reserved1

Reserved, expect 0.

Definition at line 286 of file msdscsi.h.

uint8_t MSDSCSI_Verify10_TypeDef::Reserved2

Reserved, expect 0.

Definition at line 294 of file msdscsi.h.

uint8_t MSDSCSI_Verify10_TypeDef::Restricted

Treat as a reserved field, expect 0.

Definition at line 295 of file msdscsi.h.

uint16_t MSDSCSI_Verify10_TypeDef::Verification

Number of blocks (sectors) to verify .

Definition at line 297 of file msdscsi.h.

uint8_t MSDSCSI_Verify10_TypeDef::VrProtect

Verify Protect field.

Definition at line 288 of file msdscsi.h.


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