Home |
RTKernel-32 Programming Manual Function RTInstallSharedIRQHandlerEx Function RTInstallSharedIRQHandler Function RTRemoveSharedIRQHandlerEx Function RTRemoveSharedIRQHandler Function RTKGetIRQHandler Function RTKRestoreIRQHandlerFar |
Function RTKGetIRQHandlerRTKGetIRQHandler is used to enquire the current high-level handler of an IRQ previously installed with RTKSetIRQHandler: RTKIRQHandler RTKGetIRQHandler(int IRQ); ParametersIRQSpecifies the desired interrupt. return valueA pointer to the respective handler. If the application has not set a high-level handler for the given IRQ, NULL is returned.
|