Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Function RTMPIsAPICMode Function RTMPTablePCIInterrupt |
Function RTMPIsAPICModeRTMPIsAPICMode can used to query to current PIC/APIC mode: int RTMPIsAPICMode(void); The function returns 0 in PIC mode and a value > 0 in APIC mode.
|