Changes between Version 8 and Version 9 of warpradio_max2829.c


Ignore:
Timestamp:
Jan 30, 2006, 2:21:23 PM (18 years ago)
Author:
bratton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • warpradio_max2829.c

    v8 v9  
    1212
    1313
    14 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L134" void WARPRadio_InitializeSPI(unsigned int* baseaddr)]''
     14'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L134" void WARPRadio_InitializeSPI(unsigned int* baseaddr)]'''''
    1515[[BR]]Initializes the SPI controller. This function must be called before any radio setup functions can be used. ''baseaddr'' refers to the base address of the SPI core.
    1616
    1717
    1818
    19 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L144" void WarpRadio_InitializeRadio(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     19'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L144" void WarpRadio_InitializeRadio(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    2020[[BR]]Initiates the selected radios.  This function must be called at the start of the program and needs to be called only once.  ''baseaddr'' refers to the base address of the SPI core. ''radbaseaddr'' is base address of the Radio Controller peripheral. ''radios'' is the value applied to select the desired radios.
    2121
    2222
    2323
    24 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L180" void WarpRadio_RxEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     24'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L180" void WarpRadio_RxEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    2525[[BR]]Enables the receive mode in the radio board. Forcibly turns off the transmit mode and amplifiers. ''baseaddr'' refers to the base address of the SPI core. ''radbaseaddr'' is base address of the Radio Controller peripheral. ''radios'' is the value applied to select the radios to be enabled.
    2626
    2727
    2828
    29 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L216" void WarpRadio_RxDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     29'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L216" void WarpRadio_RxDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    3030[[BR]]Disables receive mode in the specified radios. ''baseaddr'' refers to the base address of the SPI core. ''radbaseaddr'' is base address of the Radio Controller peripheral. ''radios'' is the value applied to select the desired radios to be disabled.
    3131
    3232
    3333
    34 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L235" void WarpRadio_24AmpEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     34'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L235" void WarpRadio_24AmpEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    3535[[BR]]Turns on the 2.4GHz amplifier for the radios selected based on the value applied in ''radios''. ''baseaddr'' refers to the base address of the SPI core. ''radbaseaddr'' is base address of the Radio Controller peripheral.
    3636
    3737
    38 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L254" void WarpRadio_24AmpDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     38'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L254" void WarpRadio_24AmpDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    3939[[BR]]Turns off the 2.4GHz amplifier for the radios selected based on the value applied in ''radios''. ''baseaddr'' refers to the base address of the SPI core. ''radbaseaddr'' is base address of the Radio Controller peripheral.
    4040
    4141
    42 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L276" void WarpRadio_TxEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     42'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L276" void WarpRadio_TxEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    4343[[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
    47 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L305" void WarpRadio_TxDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     47'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L305" void WarpRadio_TxDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    4848[[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
    51 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L335" void WarpRadio_SHDNEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     51'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L335" void WarpRadio_SHDNEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    5252[[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
    55 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L371" void WarpRadio_SHDNDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     55'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L371" void WarpRadio_SHDNDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    5656[[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.
    5757
    5858
    5959
    60 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L392" void WarpRadio_Reset(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     60'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L392" void WarpRadio_Reset(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    6161[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    6262
    6363
    64 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L445" void WarpRadio_RxHpEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     64'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L445" void WarpRadio_RxHpEnable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    6565[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    6666
    6767
    68 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L466" void WarpRadio_RxHpDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]''
     68'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L466" void WarpRadio_RxHpDisable(unsigned int* baseaddr, unsigned int* radbaseaddr, unsigned char radios)]'''''
    6969[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    7070
    7171
    72 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L503" int WarpRadio_SetCenterFreq2GHz(unsigned int* baseaddr, char freqset, unsigned char radios)]''
     72'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L503" int WarpRadio_SetCenterFreq2GHz(unsigned int* baseaddr, char freqset, unsigned char radios)]'''''
    7373[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    7474
    7575
    76 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L683" int WarpRadio_SetCenterFreq5GHz(unsigned int* baseaddr, char freqset, unsigned char radios)]''
     76'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L683" int WarpRadio_SetCenterFreq5GHz(unsigned int* baseaddr, char freqset, unsigned char radios)]'''''
    7777[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    7878
    7979
    80 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L998" void WarpRadio_TxCalibration(unsigned int* baseaddr, unsigned char radios)]''
     80'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L998" void WarpRadio_TxCalibration(unsigned int* baseaddr, unsigned char radios)]'''''
    8181[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    8282
    8383
    84 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1024" void WarpRadio_RxCalibration(unsigned int* baseaddr, unsigned char radios)]''
     84'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1024" void WarpRadio_RxCalibration(unsigned int* baseaddr, unsigned char radios)]'''''
    8585[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    8686
    8787
    88 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1051" void WarpRadio_NoCalibration(unsigned int* baseaddr, unsigned char radios)]''
     88'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1051" void WarpRadio_NoCalibration(unsigned int* baseaddr, unsigned char radios)]'''''
    8989[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    9090
    9191
    92 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1084" int WarpRadio_TxCalGain(unsigned int* baseaddr, char gain, unsigned char radios)]''
     92'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1084" int WarpRadio_TxCalGain(unsigned int* baseaddr, char gain, unsigned char radios)]'''''
    9393[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    9494
    9595
    96 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1158" int WarpRadio_TxCalRxEnable(unsigned int* baseaddr, char mode, unsigned char radios)]''
     96'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1158" int WarpRadio_TxCalRxEnable(unsigned int* baseaddr, char mode, unsigned char radios)]'''''
    9797[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    9898
    9999
    100 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1233" int WarpRadio_SetMimoMode(unsigned int* baseaddr, char mode, unsigned char radios)]''
     100'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1233" int WarpRadio_SetMimoMode(unsigned int* baseaddr, char mode, unsigned char radios)]'''''
    101101[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    102102
    103103
    104 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1356" int WarpRadio_RssiHighBandwidth(unsigned int* baseaddr, char mode, unsigned char radios)]''
     104'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1356" int WarpRadio_RssiHighBandwidth(unsigned int* baseaddr, char mode, unsigned char radios)]'''''
    105105[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    106106
    107107
    108 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1436" void WarpRadio_TxLpfCornFreqCoarseAdj(unsigned int* baseaddr, char value, unsigned char radios)]''
     108'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1436" void WarpRadio_TxLpfCornFreqCoarseAdj(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    109109[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    110110
    111111
    112 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1482" void WarpRadio_RxLpfCornFreqCoarseAdj(unsigned int* baseaddr, char value, unsigned char radios)]''
     112'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1482" void WarpRadio_RxLpfCornFreqCoarseAdj(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    113113[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    114114
    115115
    116 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1530" int WarpRadio_RxLpfCornFreqFineAdj(unsigned int* baseaddr, char value, unsigned char radios)]''
     116'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1530" int WarpRadio_RxLpfCornFreqFineAdj(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    117117[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    118118
    119119
    120 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1575" void WarpRadio_RxHighPassCornerFreq(unsigned int* baseaddr, char value, unsigned char radios)]''
     120'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1575" void WarpRadio_RxHighPassCornerFreq(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    121121[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    122122
    123123
    124 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1618" int WarpRadio_SerialRxGain(unsigned int* baseaddr, short mode, unsigned char radios)]''
     124'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1618" int WarpRadio_SerialRxGain(unsigned int* baseaddr, short mode, unsigned char radios)]'''''
    125125[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    126126
    127127
    128 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1669" int WarpRadio_SerialTxGain(unsigned int* baseaddr, short mode, unsigned char radios)]''
     128'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1669" int WarpRadio_SerialTxGain(unsigned int* baseaddr, short mode, unsigned char radios)]'''''
    129129[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    130130
    131131
    132 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1721" void WarpRadio_BaseBandTxGain(unsigned int* baseaddr, char value, unsigned char radios)]''
     132'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1721" void WarpRadio_BaseBandTxGain(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    133133[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    134134
    135135
    136 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1759" void WarpRadio_RxLNAGainControl(unsigned int* baseaddr, char value, unsigned char radios)]''
     136'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1759" void WarpRadio_RxLNAGainControl(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    137137[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    138138
    139139
    140 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1799" void WarpRadio_RxVGAGainControl(unsigned int* baseaddr, char value, unsigned char radios)]''
     140'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1799" void WarpRadio_RxVGAGainControl(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    141141[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    142142
    143143
    144 ''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1838" void WarpRadio_TxVGAGainControl(unsigned int* baseaddr, char value, unsigned char radios)]''
     144'''''[source:"/PlatformSupport/WARP_Libraries/warpradio_max2829.c@latest#L1838" void WarpRadio_TxVGAGainControl(unsigned int* baseaddr, char value, unsigned char radios)]'''''
    145145[[BR]] '''''DESCRIPTION TO BE ADDED'''''
    146146