Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Structure RTACPI_MCFG |
Structure RTACPI_MCFGPCIe Enhanced Configuration Mechanism. Signature is RTACPISIG('MCFG'). typedef struct { RTACPI_Header Header; BYTE Reserved[8]; struct { QWORD BaseAddressECM; WORD PCISegmentGroup; BYTE StartPCIBus; BYTE EndPCIBus; DWORD Reserved; } MMIO[1]; // open array } RTACPI_MCFG; Advanced Configuration and Power Interface (ACPI) Tables
|