TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
BOOLEAN | RedfishPlatformConfigDebugProp (IN UINT64 DebugType) |
BOOLEAN | RedfishPlatformConfigFeatureProp (IN UINT64 FeatureType) |
The implementation of EDKII Redfish Platform Config Capability. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file RedfishPlatformConfigCapability.c.
BOOLEAN RedfishPlatformConfigDebugProp | ( | IN UINT64 | DebugType | ) |
Check if the debug property is enabled or not.
[in] | DebugType | Debug enablement type |
TRUE,the | debug property is enabled. FALSE, the debug property is not enabled. |
Definition at line 22 of file RedfishPlatformConfigCapability.c.
BOOLEAN RedfishPlatformConfigFeatureProp | ( | IN UINT64 | FeatureType | ) |
Check if the Platform Configure feature is enabled or not.
[in] | FeatureType | Redfish platform config feature enablement |
TRUE,the | feature is enabled. FALSE, the feature is not enabled. |
Definition at line 46 of file RedfishPlatformConfigCapability.c.