Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Structure RTACPI_ECDT |
Structure RTACPI_ECDTEmbedded Controller Boot Resources Table. Signature is RTACPISIG('ECDT'). typedef struct { RTACPI_Header Header; RTACPI_GAS EC_CONTROL; RTACPI_GAS EC_DATA; DWORD UID; BYTE GPE_BIT; char EC_ID[1]; // ASCIIZ string } RTACPI_ECDT; Advanced Configuration and Power Interface (ACPI) Tables
|