Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Structure RTACPI_DSDT |
Structure RTACPI_DSDTDifferentiated and Secondary System Description Table. Possible signatures are 'DSDT' or 'SSDT' or 'PSDT'. typedef struct { RTACPI_Header Header; BYTE DefinitionBlock[1]; // open array } RTACPI_DSDT, RTACPI_SSDT, RTACPI_PSDT; Advanced Configuration and Power Interface (ACPI) Tables
|