Changes between Version 36 and Version 37 of warpdac_ad9775.c


Ignore:
Timestamp:
Jan 26, 2006, 3:24:11 PM (18 years ago)
Author:
andreat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • warpdac_ad9775.c

    v36 v37  
    2929
    3030'''[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L256 int WarpDac_CoarseGainAdj(unsigned int* baseaddr, char chan, unsigned char value, unsigned char dacs)]'''
    31 [[BR]]Adjusts the coarse gain of either the I (''chan=ICHAN'') or the Q (''chan=QCHAN'') channel.  The magnitude of adjustment is specified in the variable ''value''.  ''value'' has a range from 0 to 15.  ''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to alter.  Returns ''INVALID_MODE'' if the mode is incorrect. Returns ''WARP_SUCCESS'' if change is successful. 
     31[[BR]]Adjusts the coarse gain of either the I (''chan=ICHAN'') or the Q (''chan=QCHAN'') channel.  The magnitude of adjustment is specified in the variable ''value'' which has a range from 0 to 15.  ''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to alter.  Returns ''INVALID_MODE'' if the mode is incorrect. Returns ''WARP_SUCCESS'' if change is successful. 
    3232
    3333'''[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L306 int WarpDac_OffsetAdj(unsigned int* baseaddr, char chan, short value, unsigned char dacs)]'''
    34 [[BR]]Adjusts the DC offset of either the I (''chan=ICHAN'') or the Q (''chan=QCHAN'') channel.  The magnitude of adjustment is specified in the variable ''value''.  ''value'' has a range from -1024 to 1023.  ''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to alter.  Returns ''INVALID_MODE'' if the mode is incorrect. Returns ''WARP_SUCCESS'' if change is successful. 
     34[[BR]]Adjusts the DC offset of either the I (''chan=ICHAN'') or the Q (''chan=QCHAN'') channel.  The magnitude of adjustment is specified in the variable ''value'' which has a range from -1024 to 1023.  ''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to alter.  Returns ''INVALID_MODE'' if the mode is incorrect. Returns ''WARP_SUCCESS'' if change is successful.