DSCSPECIALFUNC
Structure containing information on all special functions.
Structure Definition
typedef struct {
BYTE cmd;
BOOL *Data;
BOOL Config;
} DSCSPECIALFUNC;
Structure Members
Name
Description
Applicable Boards
cmd
Command provided from the user
Aries
Data
To read the data from the device
Aries
Config
Pull Up/Down configuration value
Values : 0 - 3
0 - All DIO lines Pull down
1 - Group 1 DIO lines pull up and
Group 2 DIO lines Pull down
2 - Group 1 DIO lines pull down
and Group 2 DIO lines Pull up
3 - All DIO lines Pull up
DS-MPE-GPIO, DS-MPE-DAQ0804.
Last updated
Was this helpful?