Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Structure RTACPI_SBST |
Structure RTACPI_SBSTSmart Battery Description Table. Signature is RTACPISIG('SBST'). typedef struct { RTACPI_Header Header; DWORD LocalAPICAddress; DWORD WarningEnergyLevel; DWORD LowEnergyLevel; DWORD CriticalEnergyLevel; } RTACPI_SBST; Advanced Configuration and Power Interface (ACPI) Tables
|