Searched refs:rawValue (Results 1 – 6 of 6) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | LRF.c | 727 if (powerLevel.rawValue == LRF_TxPower_Use_Raw.rawValue) in LRF_TxPowerTable_findValue() 733 … if (table != NULL && table->numEntries > 0 && powerLevel.rawValue <= LRF_TxPower_Use_Max.rawValue) in LRF_TxPowerTable_findValue() 735 if (powerLevel.rawValue == LRF_TxPower_Use_Min.rawValue) in LRF_TxPowerTable_findValue() 741 else if (powerLevel.rawValue == LRF_TxPower_Use_Max.rawValue) in LRF_TxPowerTable_findValue() 747 else if (table->powerTable[0].power.rawValue > powerLevel.rawValue) in LRF_TxPowerTable_findValue() 751 Log_printf(RclCore, Log_INFO, "Tx table search: %d too low", powerLevel.rawValue); in LRF_TxPowerTable_findValue() 759 if (table->powerTable[i].power.rawValue > powerLevel.rawValue) in LRF_TxPowerTable_findValue() 765 if (table->powerTable[table->numEntries - 1].power.rawValue == powerLevel.rawValue) in LRF_TxPowerTable_findValue() 774 Log_printf(RclCore, Log_INFO, "Tx table search: %d too high", powerLevel.rawValue); in LRF_TxPowerTable_findValue()
|
| D | LRF.h | 57 #define LRF_TxPower_Use_Min ((LRF_TxPowerTable_Index){.rawValue = -128}) 62 #define LRF_TxPower_Use_Max ((LRF_TxPowerTable_Index){.rawValue = 125}) 67 #define LRF_TxPower_Use_Raw ((LRF_TxPowerTable_Index){.rawValue = 126}) 73 #define LRF_TxPower_None ((LRF_TxPowerTable_Index){.rawValue = 127})
|
| D | LRFCC23X0.h | 66 uint16_t rawValue; member 78 uint16_t rawValue; member 81 #define LRF_TxPowerTable_INVALID_VALUE ((LRF_TxPowerTable_Value){.rawValue = 0xFFFF}) … 179 int8_t rawValue; /*!< rawValue is twice the dBm number, allowing 0.5 dB steps */ member
|
| D | LRFCC23X0.c | 1420 lrfPhyState.rawTxPower.value.rawValue = value; in LRF_setRawTxPower() 1427 if (lrfPhyState.rawTxPower.power.rawValue == LRF_TxPower_Use_Raw.rawValue) in LRF_getRawTxPower() 1474 HWREG_WRITE_LRF(LRFDRFE_BASE + LRFDRFE_O_SPARE5) = txPowerEntry.value.rawValue; in LRF_programTemperatureCompensatedTxPower() 1479 if (powerLevel.rawValue != LRF_TxPower_None.rawValue) in LRF_programTxPower() 1483 if (txPowerEntry.value.rawValue != LRF_TxPowerTable_INVALID_VALUE.rawValue) in LRF_programTxPower()
|
| /hal_ti-latest/simplelink/source/ti/drivers/rf/ |
| D | RFCC26X2.h | 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
|
| D | RFCC26X2_multiMode.c | 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() [all …]
|