EFM32 Happy Gecko Software Documentation  efm32hg-doc-4.2.1
MSDSCSI_ReadCapacityData_TypeDef Struct Reference

SCSI Read Capacity response data typedef. More...

#include <msdscsi.h>

Data Fields

uint32_t LogicalBlockAddress
 
uint32_t LogicalBlockLength
 

Detailed Description

Definition at line 214 of file msdscsi.h.

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: