Sundance SMT1026 User Manual
Page 32

Notes:
This function resets the ADCs.
SetADCMode
Prototype:
void SetADCMode(unsigned int n);
Parameters:
n
ADC mode value.
Return
value:
None.
Notes:
This function sets the ADC mode.
SetClkMode
Prototype:
void SetClkMode(CLKMODE391 clkmode);
Parameters:
clkmode
ADC clock mode parameters. (See struct
CLKSMT391
).
Return
value:
None.
Notes:
This function sets the clock mode.
GetFirmwareVersion
Prototype:
unsigned int GetFirmwareVersion(void);
Parameters:
None.
Return
value:
None.
Notes:
This function gets the firmware version. Before using this function the
user has to make sure this functionality is part of the firmware used to
program the FPGA.
GetTemp
Prototype:
void GetTemp(TEMP *pTemp);
Parameters:
pTemp
Structure that receives the modules’ temperatures (See struct
TEMP
).
Return
value:
None.
Notes:
This function gets the temperatures on different part of the hardware.
Before using this function the user has to make sure this functionality is
part of the firmware used to program the FPGA.