Home |
RTTarget-32 Programming Manual Function RTPCSetConfigRegister Function RTPCUnmapCIS System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTPCUnmapCISWhen an application has finished analyzing the CIS, the CIS memory window should be unmapped: void RTPCUnmapCIS(int Socket); ParametersSocketThe socket number to unmap. Functions RTPCGetFirstTuple, RTPCGetNextTuple, RTPCGetTupleData, and RTPCSetConfigRegister will map the CIS into the computer's address space as needed, so there is no call to explicitly map the CIS. When the CIS of the specified socket is not currently mapped, this function has no effect. Function RTPCSetConfigRegister
|