TianoCore EDK2 master
|
#include <IndustryStandard/Acpi.h>
Go to the source code of this file.
Data Structures | |
struct | EFI_ACPI_WATCHDOG_RESOURCE_1_0_TABLE |
Macros | |
#define | EFI_ACPI_WATCHDOG_RESOURCE_1_0_TABLE_REVISION 0x01 |
#define | EFI_ACPI_WDRT_1_0_COUNT_UNIT_1_SEC_PER_COUNT 1 |
#define | EFI_ACPI_WDRT_1_0_COUNT_UNIT_100_MILLISEC_PER_COUNT 2 |
#define | EFI_ACPI_WDRT_1_0_COUNT_UNIT_10_MILLISEC_PER_COUNT 3 |
ACPI Watchdog Resource Table (WDRT) as defined at Microsoft Windows Hardware Developer Central.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file WatchdogResourceTable.h.
#define EFI_ACPI_WATCHDOG_RESOURCE_1_0_TABLE_REVISION 0x01 |
Definition at line 41 of file WatchdogResourceTable.h.
#define EFI_ACPI_WDRT_1_0_COUNT_UNIT_100_MILLISEC_PER_COUNT 2 |
Definition at line 47 of file WatchdogResourceTable.h.
#define EFI_ACPI_WDRT_1_0_COUNT_UNIT_10_MILLISEC_PER_COUNT 3 |
Definition at line 48 of file WatchdogResourceTable.h.
#define EFI_ACPI_WDRT_1_0_COUNT_UNIT_1_SEC_PER_COUNT 1 |
Definition at line 46 of file WatchdogResourceTable.h.