Lines Matching refs:pTxPower
520 static bool RF_decodeOverridePointers(RF_RadioSetup* radioSetup, uint16_t** pTxPower, u…
2011 uint16_t* pTxPower = NULL; in RF_initRadioSetup() local
2064 …tx20FeatureAvailable = RF_decodeOverridePointers(radioSetup, &pTxPower, &pRegOverride, &pRegOverri… in RF_initRadioSetup()
2067 if (tx20FeatureAvailable && (*pTxPower == RF_TX20_ENABLED)) in RF_initRadioSetup()
4123 static bool RF_decodeOverridePointers(RF_RadioSetup* radioSetup, uint16_t** pTxPower, uint32_t** pR… in RF_decodeOverridePointers() argument
4142 *pTxPower = &radioSetup->common_pa.txPower; in RF_decodeOverridePointers()
4153 *pTxPower = &radioSetup->ble5_pa.txPower; in RF_decodeOverridePointers()
4164 *pTxPower = &radioSetup->prop_pa.txPower; in RF_decodeOverridePointers()
4174 *pTxPower = &radioSetup->prop_div_pa.txPower; in RF_decodeOverridePointers()
4215 *pTxPower = &radioSetup->common.txPower; in RF_decodeOverridePointers()
4219 *pTxPower = &radioSetup->ble5.txPower; in RF_decodeOverridePointers()
4223 *pTxPower = &radioSetup->prop.txPower; in RF_decodeOverridePointers()
4227 *pTxPower = &radioSetup->prop_div.txPower; in RF_decodeOverridePointers()
4317 uint16_t* pTxPower = NULL; in RF_updatePaConfiguration() local
4323 …bool tx20FeatureAvailable = RF_decodeOverridePointers(radioSetup, &pTxPower, &pRegOverride, &pRegO… in RF_updatePaConfiguration()
4332 *pTxPower = (uint16_t) newValue.rawValue; in RF_updatePaConfiguration()
4348 if (*pTxPower != RF_TX20_ENABLED) in RF_updatePaConfiguration()
4351 *pTxPower = (uint16_t) newValue.rawValue; in RF_updatePaConfiguration()
4366 *pTxPower = (uint16_t) newValue.rawValue; in RF_updatePaConfiguration()
4380 *pTxPower = (uint16_t) RF_TX20_ENABLED; in RF_updatePaConfiguration()
4407 *pTxPower = (uint16_t) RF_TX20_ENABLED; in RF_updatePaConfiguration()
5704 uint16_t* pTxPower = NULL; in RF_getTxPower() local
5710 …vailable = RF_decodeOverridePointers(handle->clientConfig.pRadioSetup, &pTxPower, &pRegOverride, &… in RF_getTxPower()
5713 if (*pTxPower == RF_TX20_ENABLED) in RF_getTxPower()
5742 value.rawValue = *pTxPower; in RF_getTxPower()