Changes between Version 4 and Version 5 of RadioControllerAPI


Ignore:
Timestamp:
Mar 20, 2007, 10:01:52 PM (17 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RadioControllerAPI

    v4 v5  
    4141'''!WarpRadio_v1_DACOffsetAdj(chan,value,radios)''': Set the DC offset of ''ICHAN'' or ''QCHAN'' to ''value'' of the DACs on ''radios''.
    4242
    43 == [source:/PlatformSupport/CustomPeripherals/drivers/radio_controller_v1_08_a/src/radio_controller_basic.h radio_controller_ext.h] ==
     43== [source:/PlatformSupport/CustomPeripherals/drivers/radio_controller_v1_08_a/src/radio_controller_ext.h radio_controller_ext.h] ==
    4444
    4545'''!WarpRadio_v1_24AmpEnable(radios)''': Enable 2.4GHz amplifier on ''radios''.
     
    7373'''!WarpRadio_v1_RxHighPassCornerFreq(value,radios)''': Set the corner frequency of HPF for receive path to ''value'' for ''radios''.
    7474
     75== [source:/PlatformSupport/CustomPeripherals/drivers/radio_controller_v1_08_a/src/radio_controller_adv.h radio_controller_adv.h] ==
     76
     77'''!WarpRadio_v1_SHDNEnable(radios)''': Shutdown the ''radios'' specified.
     78
     79'''!WarpRadio_v1_SHDNDisable(radios)''': Bring ''radios'' out of shutdown mode into standby.
     80
     81'''!WarpRadio_v1_SHDNSoftControlEnable(radios)''': Allow the shutdown of the ''radios'' be controlled by software function calls.
     82
     83'''!WarpRadio_v1_SHDNSoftControlDisable(radios)''': Shutdown of ''radios'' controlled by `SHDN_External` on radio bridge.
     84
     85'''!WarpRadio_v1_RxEnSoftControlEnable(radios)''': Allow the receive enable of the ''radios'' be controlled by software function calls.
     86
     87'''!WarpRadio_v1_RxEnSoftControlDisable(radios)''': Receive enable of ''radios'' controlled by `RxEn_External` on radio bridge.
     88
     89'''!WarpRadio_v1_TxEnSoftControlEnable(radios)''': Allow the transmit enable of the ''radios'' be controlled by software function calls.
     90
     91'''!WarpRadio_v1_TxEnSoftControlDisable(radios)''': Receive enable of ''radios'' controlled by `TxEn_External` on radio bridge.
     92
     93'''!WarpRadio_v1_RxHpSoftControlEnable(radios)''': Allow the RxHP of the ''radios'' be controlled by software function calls.
     94
     95'''!WarpRadio_v1_RxHpSoftControlDisable(radios)''': Receive enable of ''radios'' controlled by `RxHP_External` on radio bridge.
     96
     97'''!WarpRadio_v1_RxHpEnable(radios)''': Enable RxHP when controlled by software on ''radios''.
     98
     99'''!WarpRadio_v1_RxHpDisable(radios)''': Disable RxHP when controlled by software on ''radios''.
     100
     101'''!WarpRadio_v1_RssiHighBandwidth(mode,radios)''': Enable (''mode''=1) or disable (''mode''=0) high bandwidth mode on RSSI chips on ''radios''.
     102
     103'''!WarpRadio_v1_DACSleep(mode,radios)''': Sleep (''mode''=1) or bring out of sleep (''mode''=0) the DACs on ''radios'' specified.
     104
     105'''!WarpRadio_v1_DACFineGainAdj(chan,value,radios)''': Adjust fine gain on ''ICHAN'' or ''QCHAN'' to ''value'' on ''radios''.
     106
     107'''!WarpRadio_v1_DACCoarseGainAdj(chan,value,radios)''': Adjust coarse gain on ''ICHAN'' or ''QCHAN'' to ''value'' on ''radios''.
     108
     109'''!WarpRadio_v1_ADCPdwn(chan,value,radios)''': Power down (''value''=1) or power up (''value''=0) ''ICHAN'' or ''QCHAN'' on ''radios''
     110