5.5.2 Solo Mode
Create a user interrupt function with type void and a void* parameter.
For counter/timer-based interrupts, you may program the counter/timer yourself using dscCounterDirectSet, or you may pass in the rate parameter to dscUserInt.
Call dscUserInt to install the function.
When done, call dscCancelOp to terminate the interrupt operation.
To uninstall the user interrupt function, call dscSetUserInterruptFunction with Clear mode, or call DscClearUserInterruptFunction.
Previous5.5.1 After or Instead ModesNext5.6 Board-Specific Information for Solo Type User Interrupts
Last updated