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

Detailed Description

SCSI Read Capacity response data typedef.

Definition at line 214 of file msdscsi.h.

#include <msdscsi.h>

Data Fields

uint32_t LogicalBlockAddress
 
uint32_t LogicalBlockLength
 

Field Documentation

uint32_t MSDSCSI_ReadCapacityData_TypeDef::LogicalBlockAddress

Last Logical Block (sector) Address on media.

Definition at line 216 of file msdscsi.h.

Referenced by MSDSCSI_ReadCapacity().

uint32_t MSDSCSI_ReadCapacityData_TypeDef::LogicalBlockLength

Logical Block (sector) length in bytes.

Definition at line 217 of file msdscsi.h.

Referenced by MSDSCSI_ReadCapacity().


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