Searched refs:newValue (Results 1 – 1 of 1) sorted by relevance
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() argument4049 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() argument4326 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 …]