dscGetStatus

BYTE dscGetStatus(DSCB board, DSCS* status)

Returns the current status of any interrupt operations. This includes both the operation type (OP_TYPE_NONE or OP_TYPE_INT) and the current number of interrupts. On boards containing a FIFO (-AT boards and Prometheus), if the FIFO has overflowed, dscGetStatus() will reset the FIFO allowing interrupt operation to proceed. If interrupt operation has concluded (i.e., the current number of transfers has reached the maximum specified and one-shot mode has been specified) then dscGetStatus() will terminate interrupt processing.

Last updated