Function


nuPreNMIFuncSet 

Syntax

void nuPreNMIFuncSet(NUScPreNMIFunc func)

Arguments

Return Value
None

Explanation
Register the call back function for the PRE NMI event.

Register the call back function for the PRE NMI event. The function which is specified by func is executed when the PRE NMI event occurs. Don't do any weighty calculations inside this function since it is handled directly by the Scheduler's system event handler.


See Also
nuPreNMIFuncRemove