dscUserInt

BYTE dscUserInt(DSCB board, DSCUSERINT* dscuserint, DSCUserInterruptFunction func);

Starts execution of a user interrupt function alone (without another driver interrupt function).

Name

Description

DSCB

The handle of the board to operate on

Structure containing configuration information for the user interrupt operation

DSCUserInterruptFunction

The name of the user interrupt function

Return Value

Error code or 0.

Last updated