![]() |
Home |
|
Function RTKCallIRQHandlerFarUsing function RTKCallIRQHandlerFar, an interrupt handler read with RTKSaveIRQHandlerFar can be called: RTKBool RTKCallIntFar(const RTKIRQDescriptor * Handler); ParametersHandlerPointer to a previously read RTKIRQDescriptor structure. return valueTRUE if the handler was actually called, otherwise FALSE. Calling such a handler is not always possible (e.g., when the target handler runs at a different privilege level). The return value indicates whether the handler was actually called.
|