dscSpecialFunction

BYTE dscSpecialFunction(DSCB board, DSCSPECIALFUNC *gpioconfig, DSCGPIOCONFIG);

This function performs special function operations for specific boards. For example, in DSC_MPEGPIO and DS-MPE-DAQ0804, the GPIO pull up and pull down configuration can be done using the dscSpecialFunction as mentioned below.

Name

Description

DSCB

The handle of the board to operate on

The special function settings to be used in the GPIO config process

DSCGPIOCONFIG

Macro to indicate the GPIO configuration process in DSC_MPEGPIO

Return Value

Error code or 0.

Last updated