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

#include <DynamicTablesPkg/Include/DeviceTreeTableGenerator.h>

Data Fields

DT_TABLE_GENERATOR_ID GeneratorID
 The DT table generator ID.
 
CONST CHAR16 * Description
 String describing the DT table generator.
 
DT_TABLE_GENERATOR_BUILD_TABLE BuildDtTable
 DT table build function pointer.
 
DT_TABLE_GENERATOR_FREE_TABLE FreeTableResources
 The function to free any resources allocated for building the DT table.
 

Detailed Description

The DT_TABLE_GENERATOR structure provides an interface that the Table Manager can use to invoke the functions to build DT tables.

Definition at line 121 of file DeviceTreeTableGenerator.h.

Field Documentation

◆ BuildDtTable

DT_TABLE_GENERATOR_BUILD_TABLE DtTableGenerator::BuildDtTable

DT table build function pointer.

Definition at line 129 of file DeviceTreeTableGenerator.h.

◆ Description

CONST CHAR16* DtTableGenerator::Description

String describing the DT table generator.

Definition at line 126 of file DeviceTreeTableGenerator.h.

◆ FreeTableResources

DT_TABLE_GENERATOR_FREE_TABLE DtTableGenerator::FreeTableResources

The function to free any resources allocated for building the DT table.

Definition at line 132 of file DeviceTreeTableGenerator.h.

◆ GeneratorID

DT_TABLE_GENERATOR_ID DtTableGenerator::GeneratorID

The DT table generator ID.

Definition at line 123 of file DeviceTreeTableGenerator.h.


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