Lines Matching refs:rawValue
4256 value.rawValue = RFCGetPaGain(); in RF_extractPaConfiguration()
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()
5700 RF_TxPowerTable_Value value = { .rawValue = RF_TxPowerTable_INVALID_VALUE, in RF_getTxPower()
5716 uint32_t rawValue; in RF_getTxPower() local
5721 …if (RF_getPAOverrideOffsetAndValue(pRegOverrideTx20, RF_TX20_PATTERN, &rawValue) != RF_TX_OVERRIDE… in RF_getTxPower()
5724 value.rawValue = rawValue; in RF_getTxPower()
5730 …if (RF_getPAOverrideOffsetAndValue(pRegOverride, RF_TX20_PATTERN, &rawValue) != RF_TX_OVERRIDE_INV… in RF_getTxPower()
5734 value.rawValue = rawValue; in RF_getTxPower()
5742 value.rawValue = *pTxPower; in RF_getTxPower()
5758 (table[i].value.rawValue != RF_TxPowerTable_INVALID_VALUE); i++) in RF_TxPowerTable_findPowerLevel()
5761 ((uint32_t)table[i].value.rawValue == (uint32_t)value.rawValue)) in RF_TxPowerTable_findPowerLevel()
5781 RF_TxPowerTable_Value invalidValue = { .rawValue = RF_TxPowerTable_INVALID_VALUE, in RF_TxPowerTable_findValue()
5794 … ((uint32_t)table[i].value.rawValue != (uint32_t)RF_TxPowerTable_INVALID_VALUE); i++) in RF_TxPowerTable_findValue()