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

#include <MdePkg/Include/Protocol/Pcd.h>

Data Fields

PCD_PROTOCOL_SET_SKU SetSku
 
PCD_PROTOCOL_GET8 Get8
 
PCD_PROTOCOL_GET16 Get16
 
PCD_PROTOCOL_GET32 Get32
 
PCD_PROTOCOL_GET64 Get64
 
PCD_PROTOCOL_GET_POINTER GetPtr
 
PCD_PROTOCOL_GET_BOOLEAN GetBool
 
PCD_PROTOCOL_GET_SIZE GetSize
 
PCD_PROTOCOL_GET_EX_8 Get8Ex
 
PCD_PROTOCOL_GET_EX_16 Get16Ex
 
PCD_PROTOCOL_GET_EX_32 Get32Ex
 
PCD_PROTOCOL_GET_EX_64 Get64Ex
 
PCD_PROTOCOL_GET_EX_POINTER GetPtrEx
 
PCD_PROTOCOL_GET_EX_BOOLEAN GetBoolEx
 
PCD_PROTOCOL_GET_EX_SIZE GetSizeEx
 
PCD_PROTOCOL_SET8 Set8
 
PCD_PROTOCOL_SET16 Set16
 
PCD_PROTOCOL_SET32 Set32
 
PCD_PROTOCOL_SET64 Set64
 
PCD_PROTOCOL_SET_POINTER SetPtr
 
PCD_PROTOCOL_SET_BOOLEAN SetBool
 
PCD_PROTOCOL_SET_EX_8 Set8Ex
 
PCD_PROTOCOL_SET_EX_16 Set16Ex
 
PCD_PROTOCOL_SET_EX_32 Set32Ex
 
PCD_PROTOCOL_SET_EX_64 Set64Ex
 
PCD_PROTOCOL_SET_EX_POINTER SetPtrEx
 
PCD_PROTOCOL_SET_EX_BOOLEAN SetBoolEx
 
PCD_PROTOCOL_CALLBACK_ONSET CallbackOnSet
 
PCD_PROTOCOL_CANCEL_CALLBACK CancelCallback
 
PCD_PROTOCOL_GET_NEXT_TOKEN GetNextToken
 
PCD_PROTOCOL_GET_NEXT_TOKENSPACE GetNextTokenSpace
 

Detailed Description

This service abstracts the ability to set/get Platform Configuration Database (PCD).

Definition at line 759 of file Pcd.h.

Field Documentation

◆ CallbackOnSet

PCD_PROTOCOL_CALLBACK_ONSET PCD_PROTOCOL::CallbackOnSet

Definition at line 792 of file Pcd.h.

◆ CancelCallback

PCD_PROTOCOL_CANCEL_CALLBACK PCD_PROTOCOL::CancelCallback

Definition at line 793 of file Pcd.h.

◆ Get16

PCD_PROTOCOL_GET16 PCD_PROTOCOL::Get16

Definition at line 763 of file Pcd.h.

◆ Get16Ex

PCD_PROTOCOL_GET_EX_16 PCD_PROTOCOL::Get16Ex

Definition at line 771 of file Pcd.h.

◆ Get32

PCD_PROTOCOL_GET32 PCD_PROTOCOL::Get32

Definition at line 764 of file Pcd.h.

◆ Get32Ex

PCD_PROTOCOL_GET_EX_32 PCD_PROTOCOL::Get32Ex

Definition at line 772 of file Pcd.h.

◆ Get64

PCD_PROTOCOL_GET64 PCD_PROTOCOL::Get64

Definition at line 765 of file Pcd.h.

◆ Get64Ex

PCD_PROTOCOL_GET_EX_64 PCD_PROTOCOL::Get64Ex

Definition at line 773 of file Pcd.h.

◆ Get8

PCD_PROTOCOL_GET8 PCD_PROTOCOL::Get8

Definition at line 762 of file Pcd.h.

◆ Get8Ex

PCD_PROTOCOL_GET_EX_8 PCD_PROTOCOL::Get8Ex

Definition at line 770 of file Pcd.h.

◆ GetBool

PCD_PROTOCOL_GET_BOOLEAN PCD_PROTOCOL::GetBool

Definition at line 767 of file Pcd.h.

◆ GetBoolEx

PCD_PROTOCOL_GET_EX_BOOLEAN PCD_PROTOCOL::GetBoolEx

Definition at line 775 of file Pcd.h.

◆ GetNextToken

PCD_PROTOCOL_GET_NEXT_TOKEN PCD_PROTOCOL::GetNextToken

Definition at line 794 of file Pcd.h.

◆ GetNextTokenSpace

PCD_PROTOCOL_GET_NEXT_TOKENSPACE PCD_PROTOCOL::GetNextTokenSpace

Definition at line 795 of file Pcd.h.

◆ GetPtr

PCD_PROTOCOL_GET_POINTER PCD_PROTOCOL::GetPtr

Definition at line 766 of file Pcd.h.

◆ GetPtrEx

PCD_PROTOCOL_GET_EX_POINTER PCD_PROTOCOL::GetPtrEx

Definition at line 774 of file Pcd.h.

◆ GetSize

PCD_PROTOCOL_GET_SIZE PCD_PROTOCOL::GetSize

Definition at line 768 of file Pcd.h.

◆ GetSizeEx

PCD_PROTOCOL_GET_EX_SIZE PCD_PROTOCOL::GetSizeEx

Definition at line 776 of file Pcd.h.

◆ Set16

PCD_PROTOCOL_SET16 PCD_PROTOCOL::Set16

Definition at line 779 of file Pcd.h.

◆ Set16Ex

PCD_PROTOCOL_SET_EX_16 PCD_PROTOCOL::Set16Ex

Definition at line 786 of file Pcd.h.

◆ Set32

PCD_PROTOCOL_SET32 PCD_PROTOCOL::Set32

Definition at line 780 of file Pcd.h.

◆ Set32Ex

PCD_PROTOCOL_SET_EX_32 PCD_PROTOCOL::Set32Ex

Definition at line 787 of file Pcd.h.

◆ Set64

PCD_PROTOCOL_SET64 PCD_PROTOCOL::Set64

Definition at line 781 of file Pcd.h.

◆ Set64Ex

PCD_PROTOCOL_SET_EX_64 PCD_PROTOCOL::Set64Ex

Definition at line 788 of file Pcd.h.

◆ Set8

PCD_PROTOCOL_SET8 PCD_PROTOCOL::Set8

Definition at line 778 of file Pcd.h.

◆ Set8Ex

PCD_PROTOCOL_SET_EX_8 PCD_PROTOCOL::Set8Ex

Definition at line 785 of file Pcd.h.

◆ SetBool

PCD_PROTOCOL_SET_BOOLEAN PCD_PROTOCOL::SetBool

Definition at line 783 of file Pcd.h.

◆ SetBoolEx

PCD_PROTOCOL_SET_EX_BOOLEAN PCD_PROTOCOL::SetBoolEx

Definition at line 790 of file Pcd.h.

◆ SetPtr

PCD_PROTOCOL_SET_POINTER PCD_PROTOCOL::SetPtr

Definition at line 782 of file Pcd.h.

◆ SetPtrEx

PCD_PROTOCOL_SET_EX_POINTER PCD_PROTOCOL::SetPtrEx

Definition at line 789 of file Pcd.h.

◆ SetSku

PCD_PROTOCOL_SET_SKU PCD_PROTOCOL::SetSku

Definition at line 760 of file Pcd.h.


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