Changes between Version 30 and Version 31 of warpdac_ad9775.c


Ignore:
Timestamp:
Jan 26, 2006, 2:55:21 PM (18 years ago)
Author:
andreat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • warpdac_ad9775.c

    v30 v31  
    2626
    2727'''[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L206 int WarpDac_FineGainAdj(unsigned int* baseaddr, char chan, unsigned char value, unsigned char dacs)]'''
    28 [[BR]]''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to alter. 
     28[[BR]]Changes the fine gain of either the I (''chan=ICHAN'') or the Q (''chan=QCHAN'') channel.  The variable ''value'' is sent to the registers as specified by the channel setting.  ''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to alter.  Returns -1 if the mode is incorrect. Returns 0 if change is successful.
    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)]'''