![]() |
![]() |
|
TI-RTOS Drivers
tidrivers_full_2_20_00_08
|
RF parameter struct RF parameters are used with the RF_open() and RF_Params_init() call. More...
#include <RF.h>

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... | |
RF parameter struct RF parameters are used with the RF_open() and RF_Params_init() call.
| 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.