Searched refs:RF_TxPowerTable_Value (Results 1 – 2 of 2) sorted by relevance
/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/ |
D | RFCC26X2.h | 1033 } RF_TxPowerTable_Value; typedef 1058 RF_TxPowerTable_Value value; ///< PA hardware configuration for that power level. 2497 extern RF_TxPowerTable_Value RF_getTxPower(RF_Handle h); 2518 extern RF_Stat RF_setTxPower(RF_Handle h, RF_TxPowerTable_Value value); 2538 extern int8_t RF_TxPowerTable_findPowerLevel(RF_TxPowerTable_Entry table[], RF_TxPowerTable_Value v… 2564 extern RF_TxPowerTable_Value RF_TxPowerTable_findValue(RF_TxPowerTable_Entry table[], int8_t powerL…
|
D | RFCC26X2_multiMode.c | 514 static RF_Stat RF_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value n… 4214 RF_TxPowerTable_Value value; in RF_extractPaConfiguration() 4270 static RF_Stat RF_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value newValue, … in RF_updatePaConfiguration() 5625 RF_Stat RF_setTxPower(RF_Handle handle, RF_TxPowerTable_Value value) in RF_setTxPower() 5653 RF_TxPowerTable_Value RF_getTxPower(RF_Handle handle) in RF_getTxPower() 5656 RF_TxPowerTable_Value value = { .rawValue = RF_TxPowerTable_INVALID_VALUE, in RF_getTxPower() 5709 int8_t RF_TxPowerTable_findPowerLevel(RF_TxPowerTable_Entry table[], RF_TxPowerTable_Value value) in RF_TxPowerTable_findPowerLevel() 5734 RF_TxPowerTable_Value RF_TxPowerTable_findValue(RF_TxPowerTable_Entry table[], int8_t powerLevel) in RF_TxPowerTable_findValue() 5737 RF_TxPowerTable_Value invalidValue = { .rawValue = RF_TxPowerTable_INVALID_VALUE, in RF_TxPowerTable_findValue()
|