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

Data Fields

EFI_HANDLE Handle
 
EFI_DEVICE_PATH_PROTOCOLDevicePath
 
UINT8 Slot
 
BOOLEAN SectorAddressing
 
EMMC_PARTITION Partition [EMMC_MAX_PARTITIONS]
 
EMMC_CSD Csd
 
EMMC_CID Cid
 
EMMC_EXT_CSD ExtCsd
 
EFI_UNICODE_STRING_TABLEControllerNameTable
 
CHAR16 ModelName [EMMC_MODEL_NAME_MAX_LEN]
 
EMMC_DRIVER_PRIVATE_DATAPrivate
 

Detailed Description

Definition at line 122 of file EmmcDxe.h.

Field Documentation

◆ Cid

EMMC_CID _EMMC_DEVICE::Cid

Definition at line 130 of file EmmcDxe.h.

◆ ControllerNameTable

EFI_UNICODE_STRING_TABLE* _EMMC_DEVICE::ControllerNameTable

Definition at line 132 of file EmmcDxe.h.

◆ Csd

EMMC_CSD _EMMC_DEVICE::Csd

Definition at line 129 of file EmmcDxe.h.

◆ DevicePath

EFI_DEVICE_PATH_PROTOCOL* _EMMC_DEVICE::DevicePath

Definition at line 124 of file EmmcDxe.h.

◆ ExtCsd

EMMC_EXT_CSD _EMMC_DEVICE::ExtCsd

Definition at line 131 of file EmmcDxe.h.

◆ Handle

EFI_HANDLE _EMMC_DEVICE::Handle

Definition at line 123 of file EmmcDxe.h.

◆ ModelName

CHAR16 _EMMC_DEVICE::ModelName[EMMC_MODEL_NAME_MAX_LEN]

Definition at line 140 of file EmmcDxe.h.

◆ Partition

EMMC_PARTITION _EMMC_DEVICE::Partition[EMMC_MAX_PARTITIONS]

Definition at line 128 of file EmmcDxe.h.

◆ Private

EMMC_DRIVER_PRIVATE_DATA* _EMMC_DEVICE::Private

Definition at line 141 of file EmmcDxe.h.

◆ SectorAddressing

BOOLEAN _EMMC_DEVICE::SectorAddressing

Definition at line 126 of file EmmcDxe.h.

◆ Slot

UINT8 _EMMC_DEVICE::Slot

Definition at line 125 of file EmmcDxe.h.


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