Home |
RTTarget-32 Programming Manual Function RTPCPollCardStatus Function RTPCSetConfigRegister System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTPCPollCardStatusThis function checks if any status change on any of the installed PC Cards socket has occurred. If so, the handler specified with RTPCInit is called accordingly: void RTPCPollCardStatus(void); RTPCPollCardStatus must be called periodically only if the PC Card driver is operated in polling mode (RTPCInit's parameter IRQ set to -1).
|