Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Structure RTACPI_HPET |
Structure RTACPI_HPETHigh Precision Event Timer Information Table. Signature is RTACPISIG('HPET'). typedef struct { RTACPI_Header Header; BYTE HardwareRevId; BYTE Flags; // 0-4: Comparators, 5: COUNT_SIZE, 6: Reserved, 7: IRQ Route Cap. WORD PCIVendorID; RTACPI_GAS BASE_ADDRESS; BYTE HPETNumber; WORD MinCounter; BYTE PageProtection; } RTACPI_HPET; Advanced Configuration and Power Interface (ACPI) Tables
|