Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1224 } RF_RadioSetup; typedef
1405RF_RadioSetup* pRadioSetup; ///< Pointer to the setup command to be executed …
1932 extern RF_Handle RF_open(RF_Object *pObj, RF_Mode *pRfMode, RF_RadioSetup *pRadioSetup, RF_Params *…
DRFCC26X2_multiMode.c518 static RF_Stat RF_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value n…
520 static bool RF_decodeOverridePointers(RF_RadioSetup* radioSetup, uint16_t** pTxPower, u…
2019 RF_RadioSetup* radioSetup = handle->clientConfig.pRadioSetup; in RF_initRadioSetup()
3129 RF_RadioSetup* pRadioSetup = pObj->clientConfig.pRadioSetup; in RF_fsmSetupState()
3426 RF_RadioSetup* pRadioSetup = RF_currClient->clientConfig.pRadioSetup; in RF_fsmActiveState()
4123 static bool RF_decodeOverridePointers(RF_RadioSetup* radioSetup, uint16_t** pTxPower, uint32_t** pR… in RF_decodeOverridePointers()
4311 static RF_Stat RF_updatePaConfiguration(RF_RadioSetup* radioSetup, RF_TxPowerTable_Value newValue, … in RF_updatePaConfiguration()
4430 RF_Handle RF_open(RF_Object *pObj, RF_Mode* pRfMode, RF_RadioSetup* pRadioSetup, RF_Params *params) in RF_open()