![]() |
Home |
|
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.
|