Home
last modified time | relevance | path

Searched refs:RF_TxPowerTable_Value (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1034 } RF_TxPowerTable_Value; typedef
1059 RF_TxPowerTable_Value value; ///< PA hardware configuration for that power level.
2505 extern RF_TxPowerTable_Value RF_getTxPower(RF_Handle h);
2526 extern RF_Stat RF_setTxPower(RF_Handle h, RF_TxPowerTable_Value value);
2546 extern int8_t RF_TxPowerTable_findPowerLevel(RF_TxPowerTable_Entry table[], RF_TxPowerTable_Value v…
2572 extern RF_TxPowerTable_Value RF_TxPowerTable_findValue(RF_TxPowerTable_Entry table[], int8_t powerL…
DRFCC26X2_multiMode.c518 static RF_Stat RF_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value n…
4255 RF_TxPowerTable_Value value; in RF_extractPaConfiguration()
4311 static RF_Stat RF_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value newValue, … in RF_updatePaConfiguration()
5669 RF_Stat RF_setTxPower(RF_Handle handle, RF_TxPowerTable_Value value) in RF_setTxPower()
5697 RF_TxPowerTable_Value RF_getTxPower(RF_Handle handle) in RF_getTxPower()
5700 RF_TxPowerTable_Value value = { .rawValue = RF_TxPowerTable_INVALID_VALUE, in RF_getTxPower()
5753 int8_t RF_TxPowerTable_findPowerLevel(RF_TxPowerTable_Entry table[], RF_TxPowerTable_Value value) in RF_TxPowerTable_findPowerLevel()
5778 RF_TxPowerTable_Value RF_TxPowerTable_findValue(RF_TxPowerTable_Entry table[], int8_t powerLevel) in RF_TxPowerTable_findValue()
5781 RF_TxPowerTable_Value invalidValue = { .rawValue = RF_TxPowerTable_INVALID_VALUE, in RF_TxPowerTable_findValue()