Changes between Version 7 and Version 8 of RadioControllerAPI


Ignore:
Timestamp:
Mar 21, 2007, 2:19:53 PM (17 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RadioControllerAPI

    v7 v8  
    6161'''!WarpRadio_v1_RxVGAGainControl(value,radios)''': Set ''value'' to RF gain for receive mode of ''radios'' if using software control for receive gains (0x0->0x1F).
    6262
    63 '''!WarpRadio_v1_SetTxTiming(radios,dly_TxEn,dly_TxStart,dly_GainRampEn,dly_PowerAmpEn)''': Set all delay thresholds for the different outputs of the Transmit State Machine. The four parameters specify the delays after which the four transmit events occur. The state machine begins once WarpRadio_v1_TxEnable() is called.
     63'''!WarpRadio_v1_SetTxTiming(radios,dly_TxEn,dly_TxStart,dly_GainRampEn,dly_PowerAmpEn)''': Set all delay thresholds for the different outputs of the Transmit State Machine. The four parameters specify the delays after which the four transmit events occur. The state machine begins once !WarpRadio_v1_TxEnable() is called.
    6464
    6565|| '''Parameter''' || '''Description''' ||
    6666|| dly_TxEn || Delay before enabling the RF transceiver's Tx circuits ||
    6767|| dly_TxStart || Delay before asserting the radioX_TxStart output signal ||
    68 || dly_GainRampEn || Delay before the Tx VGA gain ramp starts. Set the ramp step size & target gain using WarpRadio_v1_SetTxTiming ||
    69 || dly_PowerAmpEn || Delay before enabling the Tx power amplifier. Choose which amplifier will be enabled using WarpRadio_v1_24AmpEnable/WarpRadio_v1_24AmpDisable/WarpRadio_v1_5AmpEnable/WarpRadio_v1_5AmpDisable ||
     68|| dly_GainRampEn || Delay before the Tx VGA gain ramp starts. Set the ramp step size & target gain using !WarpRadio_v1_SetTxTiming ||
     69|| dly_PowerAmpEn || Delay before enabling the Tx power amplifier. Choose which amplifier will be enabled using !WarpRadio_v1_24AmpEnable/!WarpRadio_v1_24AmpDisable/!WarpRadio_v1_5AmpEnable/!WarpRadio_v1_5AmpDisable ||
    7070
    7171'''!WarpRadio_v1_SetTxGainTiming(radios,!TxGainTarget,!TxGainStep,!TxGainTimeStep)''': Set Gain ramp target and ramp rate for Transmit State Machine.