Home |
RTKernel-32 Programming Manual Function RTInstallSharedIRQHandlerEx Function RTInstallSharedIRQHandler Function RTRemoveSharedIRQHandlerEx Function RTRemoveSharedIRQHandler Function RTKSaveIRQHandlerFar Function RTKRestoreIRQHandlerFar |
Function RTKSaveIRQHandlerFarRTKSaveIRQHandlerFar saves the currently installed interrupt handler for a given IRQ: void RTKSaveIRQHandlerFar(int IRQ, RTKIRQDescriptor * Handler); ParametersIRQSpecifies the desired interrupt. HandlerPointer to an RTKIRQDescriptor structure, which contains complete information about the handler. It can be a handler previously installed or a high-level handler of the application. Use this call to inquire a handler you would like to chain to using RTKCallIRQHandlerFar or restore using RTKRestoreIRQHandlerFar. Function RTKRestoreIRQHandlerFar
|