Searched refs:rawValue (Results 1 – 2 of 2) sorted by relevance
921 …{ .power = RF_TxPowerTable_INVALID_DBM, .value = { .rawValue = RF_TxPowerTable_INVALID_VALUE, .paT…930 …{ .rawValue = ((bias) << 0) | ((gain) << 6) | ((boost) << 8) | ((coefficient) << 9), .paType = RF_…939 …{ .rawValue = ((bias) << 0) | ((ibboost) << 6) | ((boost) << 8) | ((coefficient) << 9) | ((ldotrim…1025 uint32_t rawValue:22; ///< Hardware configuration value. member
4246 value.rawValue = RFCGetPaGain(); in RF_extractPaConfiguration()4322 *pTxPower = (uint16_t) newValue.rawValue; in RF_updatePaConfiguration()4325 RF_searchAndReplacePAOverride(pRegOverrideTxStd, RF_TXSTD_PATTERN, newValue.rawValue); in RF_updatePaConfiguration()4341 *pTxPower = (uint16_t) newValue.rawValue; in RF_updatePaConfiguration()4345 configurePaCmd->tuneTxPower.txPower = newValue.rawValue; in RF_updatePaConfiguration()4356 *pTxPower = (uint16_t) newValue.rawValue; in RF_updatePaConfiguration()4360 configurePaCmd->tuneTxPower.txPower = newValue.rawValue; in RF_updatePaConfiguration()4373 RF_searchAndReplacePAOverride(pRegOverrideTx20, RF_TX20_PATTERN, newValue.rawValue); in RF_updatePaConfiguration()4387 …if (RF_searchAndReplacePAOverride(pRegOverride, RF_TX20_PATTERN, newValue.rawValue) == RF_TX_OVERR… in RF_updatePaConfiguration()4401 configurePaCmd->tuneTx20Power.tx20Power = newValue.rawValue; in RF_updatePaConfiguration()[all …]