Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2.h921 …able_INVALID_DBM, .value = { .rawValue = RF_TxPowerTable_INVALID_VALUE, .paType = RF_TxPowerTable_…
930 … ((bias) << 0) | ((gain) << 6) | ((boost) << 8) | ((coefficient) << 9), .paType = RF_TxPowerTable_…
939 …ost) << 6) | ((boost) << 8) | ((coefficient) << 9) | ((ldotrim) << 16), .paType = RF_TxPowerTable_…
1030 uint32_t paType:1; ///< Selects the PA type to be used. member
DRFCC26X2_multiMode.c4257 value.paType = (RF_TxPowerTable_PAType) RFCGetPaType(); in RF_extractPaConfiguration()
4326 if (newValue.paType == RF_TxPowerTable_DefaultPA) in RF_updatePaConfiguration()
5701 .paType = RF_TxPowerTable_DefaultPA}; in RF_getTxPower()
5725 value.paType = RF_TxPowerTable_HighPA; in RF_getTxPower()
5735 value.paType = RF_TxPowerTable_HighPA; in RF_getTxPower()
5760 if (((uint32_t)table[i].value.paType == (uint32_t)value.paType) && in RF_TxPowerTable_findPowerLevel()
5782 .paType = RF_TxPowerTable_DefaultPA }; in RF_TxPowerTable_findValue()