Lines Matching refs:newValue
518 …_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()
4366 *pTxPower = (uint16_t) newValue.rawValue; in RF_updatePaConfiguration()
4370 configurePaCmd->tuneTxPower.txPower = newValue.rawValue; in RF_updatePaConfiguration()
4383 RF_searchAndReplacePAOverride(pRegOverrideTx20, RF_TX20_PATTERN, newValue.rawValue); in RF_updatePaConfiguration()
4397 …if (RF_searchAndReplacePAOverride(pRegOverride, RF_TX20_PATTERN, newValue.rawValue) == RF_TX_OVERR… in RF_updatePaConfiguration()
4411 configurePaCmd->tuneTx20Power.tx20Power = newValue.rawValue; in RF_updatePaConfiguration()