Changes between Version 12 and Version 13 of warpradio_max2829.c


Ignore:
Timestamp:
Feb 7, 2006, 3:14:59 PM (18 years ago)
Author:
bratton
Comment:

page finished

Legend:

Unmodified
Added
Removed
Modified
  • warpradio_max2829.c

    v12 v13  
    203203
    204204'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1618" int WarpRadio_SerialRxGain(unsigned int* baseaddr, short mode, unsigned char radios)]'''''
    205 [[BR]] Enable or disable Recieve VGA Gain Programming serially. Affects ''radios'' specified.[[BR]]
     205[[BR]] Enable or disable Receive VGA Gain Programming serially. Affects ''radios'' specified.[[BR]]
    206206''mode'' =
    207207   0: Receive VGA Gain programmed with external digital inputs.[[BR]]
     
    213213
    214214'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1669" int WarpRadio_SerialTxGain(unsigned int* baseaddr, short mode, unsigned char radios)]'''''
    215 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     215[[BR]] Enable or disable Transmit VGA Gain Programming serially. Affects ''radios'' specified.[[BR]]
     216''mode'' =
     217   0: Transmit VGA Gain programmed with external digital inputs.[[BR]]
     218   1: Transmit VGA Gain programmed with serial data bits in TxGain Register[[BR]]
     219
     220Returns INVALID_MODE is the mode is an invalid input.[[BR]]
     221''baseaddr'' refers to the base address of the SPI core.
    216222
    217223
    218224'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1721" void WarpRadio_BaseBandTxGain(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    219 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     225[[BR]] Set the Transmit Baseband Gain. Affects only the ''radios'' specified.[[BR]]
     226''value'' =
     227   00: max baseband gain -5db[[BR]]
     228   01: max baseband gain -3db[[BR]]
     229   10: max baseband gain -1.5db[[BR]]
     230   11: max baseband gain[[BR]]
     231
     232''baseaddr'' refers to the base address of the SPI core.
    220233
    221234
    222235'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1759" void WarpRadio_RxLNAGainControl(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    223 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     236[[BR]]This function combined with RxVGAGainControl adjusts the total receive gain. The bits (''value'') of the function map to B7:B6.  00 is the lowest possible gain. Affects only the ''radios'' specified. ''baseaddr'' refers to the base address of the SPI core.
    224237
    225238
    226239'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1799" void WarpRadio_RxVGAGainControl(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    227 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     240[[BR]] This function combined with RxLNAGainControl adjusts the total receive gain. The 5 bits (''value'') of the function map to B5:B1.  00000 is the lowest possible gain. Affects only the ''radios'' specified. ''baseaddr'' refers to the base address of the SPI core.
    228241
    229242
    230243'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1838" void WarpRadio_TxVGAGainControl(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    231 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
    232 
    233 
     244[[BR]] This function adjusts the total transmit gain. The 6 bits (''value'') of the function map to B6:B1.  000000 is the lowest possible gain. Affects only the ''radios'' specified. ''baseaddr'' refers to the base address of the SPI core.
     245
     246