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

#include <DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.h>

Data Fields

CM_OBJECT_TOKEN Token
 Index token for the Node.
 
VOID * Object
 Pointer to the node.
 
UINT32 Offset
 Node offset from the start of the IORT table.
 
UINT32 Identifier
 Unique identifier for the Node.
 

Detailed Description

A structure that describes the Node indexer used for indexing the IORT nodes.

Definition at line 21 of file IortGenerator.h.

Field Documentation

◆ Identifier

UINT32 IortNodeIndexer::Identifier

Unique identifier for the Node.

Definition at line 30 of file IortGenerator.h.

◆ Object

VOID* IortNodeIndexer::Object

Pointer to the node.

Definition at line 25 of file IortGenerator.h.

◆ Offset

UINT32 IortNodeIndexer::Offset

Node offset from the start of the IORT table.

Definition at line 27 of file IortGenerator.h.

◆ Token

CM_OBJECT_TOKEN IortNodeIndexer::Token

Index token for the Node.

Definition at line 23 of file IortGenerator.h.


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