TianoCore EDK2 master
Loading...
Searching...
No Matches
ATAPI_READ_CAPACITY_DATA Struct Reference

#include <MdePkg/Include/IndustryStandard/Atapi.h>

Data Fields

UINT8 LastLba3
 
UINT8 LastLba2
 
UINT8 LastLba1
 
UINT8 LastLba0
 
UINT8 BlockSize3
 
UINT8 BlockSize2
 
UINT8 BlockSize1
 
UINT8 BlockSize0
 

Detailed Description

READ CAPACITY Data, defined in SFF-8070i(ATAPI Removable Rewritable Specification).

Definition at line 307 of file Atapi.h.

Field Documentation

◆ BlockSize0

UINT8 ATAPI_READ_CAPACITY_DATA::BlockSize0

Definition at line 315 of file Atapi.h.

◆ BlockSize1

UINT8 ATAPI_READ_CAPACITY_DATA::BlockSize1

Definition at line 314 of file Atapi.h.

◆ BlockSize2

UINT8 ATAPI_READ_CAPACITY_DATA::BlockSize2

Definition at line 313 of file Atapi.h.

◆ BlockSize3

UINT8 ATAPI_READ_CAPACITY_DATA::BlockSize3

Definition at line 312 of file Atapi.h.

◆ LastLba0

UINT8 ATAPI_READ_CAPACITY_DATA::LastLba0

Definition at line 311 of file Atapi.h.

◆ LastLba1

UINT8 ATAPI_READ_CAPACITY_DATA::LastLba1

Definition at line 310 of file Atapi.h.

◆ LastLba2

UINT8 ATAPI_READ_CAPACITY_DATA::LastLba2

Definition at line 309 of file Atapi.h.

◆ LastLba3

UINT8 ATAPI_READ_CAPACITY_DATA::LastLba3

Definition at line 308 of file Atapi.h.


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