Searched refs:configurePaCmd (Results 1 – 1 of 1) sorted by relevance
518 …tion(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value newValue, RF_ConfigurePaCmd* configurePaCmd);4252 RF_ConfigurePaCmd configurePaCmd; in RF_extractPaConfiguration() local4261 RF_updatePaConfiguration(handle->clientConfig.pRadioSetup, value, &configurePaCmd); in RF_extractPaConfiguration()4311 …ation(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value newValue, RF_ConfigurePaCmd* configurePaCmd) in RF_updatePaConfiguration() argument4341 configurePaCmd->changePa.commandNo = CMD_CHANGE_PA; in RF_updatePaConfiguration()4342 configurePaCmd->changePa.pRegOverride = pRegOverrideTxStd; in RF_updatePaConfiguration()4354 configurePaCmd->tuneTxPower.commandNo = CMD_SET_TX_POWER; in RF_updatePaConfiguration()4355 configurePaCmd->tuneTxPower.txPower = newValue.rawValue; in RF_updatePaConfiguration()4369 configurePaCmd->tuneTxPower.commandNo = CMD_SET_TX_POWER; in RF_updatePaConfiguration()4370 configurePaCmd->tuneTxPower.txPower = newValue.rawValue; in RF_updatePaConfiguration()[all …]