Changes between Version 23 and Version 24 of warpdac_ad9775.c


Ignore:
Timestamp:
Jan 25, 2006, 6:59:11 PM (18 years ago)
Author:
andreat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • warpdac_ad9775.c

    v23 v24  
    2020
    2121'''[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L120 void WarpDac_InitializeDAC(unsigned int* baseaddr, unsigned char dacs)]'''
    22 [[BR]]This function must be called at the beginning of the program.  Initializes the DACs specified in ''dacs'', a 16 bit hex value where the 8 least significant bits are the value to be stored and the 8 most significant bits choose the register in which to store the value.
     22[[BR]]This function must be called at the beginning of the program to make necessary changes in some of the registers.  Initializes the DACs specified in ''dacs'', a 16 bit hex value where the 8 least significant bits are the value to be stored and the 8 most significant bits choose the register in which to store the value.
    2323
    2424'''[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L144 void WarpDac_Reset(unsigned int* baseaddr, unsigned char dacs)]'''