Sundance SMT1026 User Manual
Page 34

3.3.7
SMT941 interface
The SMT941 interface can be used with a SMT941 plugged in a Sundance carrier board.
This section describes:
the SMT941 functions
•
ResetDevices
•
ConfigureADCReg
•
AcquireAB
•
AcquireCD
•
GetFirmwareVersion
•
GetError
the SMT941 structures
•
CLKMODE941
the SMT941 enumerated types
•
ERRORS
•
CLOCK_DIVIDER
The SMT941 functions
All the following functions can throw an SMTExc exception.
ResetDevices
Prototype:
void ResetDevices(void);
Parameters:
None.
Return
value:
None.
Notes:
This function reset the SMT941.
ConfigureADCReg
Prototype:
int ConfigureADCReg(OUTPUT output, CLKMODE941 clkmode);
Parameters:
output
Type of data the ADCs output. (See enum
OUTPUT
).
clkmode
Select the clock parameters. (See struct
CLKMODE941
).