Lines Matching refs:configurePaCmd
518 …tion(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value newValue, RF_ConfigurePaCmd* configurePaCmd);
4252 RF_ConfigurePaCmd configurePaCmd; in RF_extractPaConfiguration() local
4261 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() argument
4341 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()
4389 configurePaCmd->changePa.commandNo = CMD_CHANGE_PA; in RF_updatePaConfiguration()
4390 configurePaCmd->changePa.pRegOverride = pRegOverrideTx20; in RF_updatePaConfiguration()
4410 configurePaCmd->tuneTx20Power.commandNo = CMD_SET_TX20_POWER; in RF_updatePaConfiguration()
4411 configurePaCmd->tuneTx20Power.tx20Power = newValue.rawValue; in RF_updatePaConfiguration()
5675 RF_ConfigurePaCmd configurePaCmd; in RF_setTxPower() local
5678 status = RF_updatePaConfiguration(handle->clientConfig.pRadioSetup, value, &configurePaCmd); in RF_setTxPower()
5686 RF_runDirectImmediateCmd(handle, (uint32_t)&configurePaCmd, NULL); in RF_setTxPower()