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