Changes between Version 11 and Version 12 of warpdac_ad9775.c


Ignore:
Timestamp:
Jan 25, 2006, 5:53:04 PM (18 years ago)
Author:
andreat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • warpdac_ad9775.c

    v11 v12  
    1313
    1414[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L94 void transmitdac(unsigned int* baseaddr, int val)]
    15 [[BR]]Transmits a value to a register.  ''baseaddr'' is the base address of the SPI Core, ''val'' 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.
     15
     16Transmits a value to a register.  ''baseaddr'' is the base address of the SPI Core, ''val'' 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.
    1617
    1718[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L110 void WarpDac_InitializeSPI(unsigned int* baseaddr)]