Changes between Version 29 and Version 30 of warpdac_ad9775.c


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

--

Legend:

Unmodified
Added
Removed
Modified
  • warpdac_ad9775.c

    v29 v30  
    2020
    2121'''[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L144 void WarpDac_Reset(unsigned int* baseaddr, unsigned char dacs)]'''
    22 [[BR]]Resets the DAC registers to their default values.  Calls WarpDac_InitializeDAC, so there is no need to repeat it in the code.  ''dacs'' is the 8 bit value where the 4 least significant bits choose the DAC to reset. 
     22[[BR]]Resets the DAC registers to their default values.  Calls WarpDac_InitializeDAC, so there is no need to repeat it in the code.  ''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to reset. 
    2323
    2424'''[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L158 int WarpDac_Sleep(unsigned int* baseaddr, char mode, unsigned char dacs)]'''
    25 [[BR]]Will take the specified DACs either in (''mode=1'') or out (''mode=0'') of sleep mode.  ''dacs'' is the 8 bit value where the 4 least significant bits choose the DAC to alter. 
     25[[BR]]Will take the specified DACs either in (''mode=1'') or out (''mode=0'') of sleep mode.  ''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to alter. 
    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 the 8 bit value where the 4 least significant bits choose the DAC to alter. 
     28[[BR]]''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to alter. 
    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]]''dacs'' is the 8 bit value where the 4 least significant bits choose the DAC to alter. 
     31[[BR]]''dacs'' is an 8 bit value where the 4 least significant bits choose the DAC to alter. 
    3232
    3333'''[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L306 int WarpDac_OffsetAdj(unsigned int* baseaddr, char chan, short value, unsigned char dacs)]'''