TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
RF_Params Struct Reference

RF parameter struct RF parameters are used with the RF_open() and RF_Params_init() call. More...

#include <RF.h>

Collaboration diagram for RF_Params:
Collaboration graph
[legend]

Data Fields

uint32_t nInactivityTimeout
 Inactivity timeout in us, default is infinite. More...
 
uint32_t nPowerUpDuration
 Measured poweruptime in us or specified startup time (if left default it will measure) More...
 
bool bPowerUpXOSC
 Allways enable XOSC_HF at chip wakeup. More...
 
RF_Callback pPowerCb
 Power up callback. More...
 
RF_Callback pErrCb
 Error callback. More...
 

Detailed Description

RF parameter struct RF parameters are used with the RF_open() and RF_Params_init() call.

Field Documentation

uint32_t RF_Params::nInactivityTimeout

Inactivity timeout in us, default is infinite.

uint32_t RF_Params::nPowerUpDuration

Measured poweruptime in us or specified startup time (if left default it will measure)

bool RF_Params::bPowerUpXOSC

Allways enable XOSC_HF at chip wakeup.

RF_Callback RF_Params::pPowerCb

Power up callback.

RF_Callback RF_Params::pErrCb

Error callback.


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated