Function


nuPreNMIFuncSet


Syntax

void nuPreNMIFuncSet(NUScPreNMIFunc func)

Arguments

func call back function

Return Value

None

Description

Registers the call back function for the PRE NMI event

Registers 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