Changes between Version 7 and Version 8 of warpradio_max2829.c


Ignore:
Timestamp:
Jan 28, 2006, 1:52:20 AM (18 years ago)
Author:
bratton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • warpradio_max2829.c

    v7 v8  
    4141
    4242''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L276" void WarpRadio_TxEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
    43 [[BR]]Enables the transmit enable mode on the Radios specified and turns on the 2.4GHz amplifier. ''radios'' refers to the Radios in the slots whose transmit mode is turned on.
     43[[BR]]Enables the transmit mode on the Radios specified and turns on the 2.4GHz amplifier. ''radios'' refers to the Radios in the slots whose transmit mode is turned on.
    4444[[BR]]'''''This code needs to be checked.  Top-level-comment says 2.4GHz amp is turned on.  In-code-comments say that the 5GHz amp is turned off but do not specify whether the 2.4GHz amp is actually turned on.'''''
    4545
    4646
    4747''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L305" void WarpRadio_TxDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
    48 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     48[[BR]]Disables the transmit mode on the Radios specified and turns off both amplifiers. ''radios'' refers to the Radios in the slots whose transmit mode is turned off. ''baseaddr'' refers to the base address of the SPI core. ''radbaseaddr'' is base address of the Radio Controller peripheral.
    4949
    5050
    5151''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L335" void WarpRadio_SHDNEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
    52 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     52[[BR]]Shuts down the radios specified.  Forcibly turns off transmit and receive modes and shuts down amplifiers. ''radios'' refers to the Radios in the slots affected . ''baseaddr'' refers to the base address of the SPI core. ''radbaseaddr'' is base address of the Radio Controller peripheral.
    5353
    5454
    5555''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L371" void WarpRadio_SHDNDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
    56 [[BR]] '''''DESCRIPTION TO BE ADDED'''''
     56[[BR]]Disable the shutdown mode on the selected radios. ''radios'' refers to the Radios in the slots affected . ''baseaddr'' refers to the base address of the SPI core. ''radbaseaddr'' is base address of the Radio Controller peripheral.
     57
    5758
    5859