Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1223 } RF_RadioSetup; typedef
1404RF_RadioSetup* pRadioSetup; ///< Pointer to the setup command to be executed …
1926 extern RF_Handle RF_open(RF_Object *pObj, RF_Mode *pRfMode, RF_RadioSetup *pRadioSetup, RF_Params *…
DRFCC26X2_multiMode.c514 static RF_Stat RF_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value n…
516 static bool RF_decodeOverridePointers(RF_RadioSetup* radioSetup, uint16_t** pTxPower, u…
2015 RF_RadioSetup* radioSetup = handle->clientConfig.pRadioSetup; in RF_initRadioSetup()
3099 RF_RadioSetup* pRadioSetup = pObj->clientConfig.pRadioSetup; in RF_fsmSetupState()
3395 RF_RadioSetup* pRadioSetup = RF_currClient->clientConfig.pRadioSetup; in RF_fsmActiveState()
4083 static bool RF_decodeOverridePointers(RF_RadioSetup* radioSetup, uint16_t** pTxPower, uint32_t** pR… in RF_decodeOverridePointers()
4270 static RF_Stat RF_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value newValue, … in RF_updatePaConfiguration()
4389 RF_Handle RF_open(RF_Object *pObj, RF_Mode* pRfMode, RF_RadioSetup* pRadioSetup, RF_Params *params) in RF_open()