Changes between Version 39 and Version 40 of warpdac_ad9775.c
- Timestamp:
- Jan 26, 2006, 3:42:23 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
warpdac_ad9775.c
v39 v40 26 26 27 27 '''[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]]Adjusts the fine gain of either the I (''chan=ICHAN'') or the Q (''chan=QCHAN'') channel. The magnitude of adjustment is specified in the variable ''value'' . ''dacs'' is an 8 bit value where the 4 most significant bits choose the DAC to alter. Returns ''INVALID_MODE'' if the mode is incorrect. Returns ''WARP_SUCCESS'' if change is successful.28 [[BR]]Adjusts the fine 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 255. ''dacs'' is an 8 bit value where the 4 most significant bits choose the DAC to alter. Returns ''INVALID_MODE'' if the mode is incorrect. Returns ''WARP_SUCCESS'' if change is successful. 29 29 30 30 '''[source:/PlatformSupport/WARP_Libraries/warpdac_ad9775.c@latest#L256 int WarpDac_CoarseGainAdj(unsigned int* baseaddr, char chan, unsigned char value, unsigned char dacs)]'''