Solo Mode

Universal Driver Documentation
  1. Create a user interrupt function with type void and a void* parameter.
  2. For counter/timer-based interrupts, you may program the counter/timer yourself using dscCounterDirectSet(), or you may pass in the rate parameter to dscUserInt().
  3. Call dscUserInt() to install the function and initiate the interrupt operation.
  4. When done, call dscCancelOp() to terminate the interrupt operation.
  5. 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.