Solo Mode
Universal Driver Documentation
- 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 and initiate the interrupt operation.
- When done, call dscCancelOp() to terminate the interrupt operation.
- To uninstall the user interrupt function, call dscSetUserInterruptFunction() with Clear mode, or call dscClearUserInterruptFunction().
This page was last modified 23:15, 6 Feb 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.