Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c518 …_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value newValue, RF_ConfigurePaCm…
4038 …8_t RF_searchAndReplacePAOverride(uint32_t* pOverride, uint32_t overridePattern, uint32_t newValue) in RF_searchAndReplacePAOverride() argument
4049 pOverride[paOffset] = TX20_POWER_OVERRIDE(newValue); in RF_searchAndReplacePAOverride()
4054 pOverride[paOffset] = TX_STD_POWER_OVERRIDE(newValue); in RF_searchAndReplacePAOverride()
4311 static RF_Stat RF_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value newValue, … in RF_updatePaConfiguration() argument
4326 if (newValue.paType == RF_TxPowerTable_DefaultPA) in RF_updatePaConfiguration()
4332 *pTxPower = (uint16_t) newValue.rawValue; in RF_updatePaConfiguration()
4335 RF_searchAndReplacePAOverride(pRegOverrideTxStd, RF_TXSTD_PATTERN, newValue.rawValue); in RF_updatePaConfiguration()
4351 *pTxPower = (uint16_t) newValue.rawValue; in RF_updatePaConfiguration()
4355 configurePaCmd->tuneTxPower.txPower = newValue.rawValue; in RF_updatePaConfiguration()
[all …]