![]() |
![]() |
|
rflib
|
Stores output parameters for RF_getInfo(). More...
#include <RFCC26X2.h>

Data Fields | |
| RF_CmdHandle | ch |
| Command handle (RF_GET_CURR_CMD). More... | |
| uint16_t | availRatCh |
| Available RAT channels (RF_GET_AVAIL_RAT_CH). More... | |
| bool | bRadioState |
| Current RF core power state (RF_GET_RADIO_STATE). More... | |
| RF_Handle | pClientList [2] |
| Client pointer list, [0]: client 1, [1]: client 2. More... | |
| uint32_t | phySwitchingTimeInUs [2] |
| Phy switching time 0: client 1 -> 2, 1 : client 2 -> 1. More... | |
| void * | pScheduleMap |
| Deprecated. Not supported. More... | |
Stores output parameters for RF_getInfo().
This union structure holds one out of multiple data types. The contained value is selected by RF_InfoType.
| RF_CmdHandle RF_InfoVal::ch |
Command handle (RF_GET_CURR_CMD).
| uint16_t RF_InfoVal::availRatCh |
Available RAT channels (RF_GET_AVAIL_RAT_CH).
| bool RF_InfoVal::bRadioState |
Current RF core power state (RF_GET_RADIO_STATE).
| RF_Handle RF_InfoVal::pClientList[2] |
Client pointer list, [0]: client 1, [1]: client 2.
| uint32_t RF_InfoVal::phySwitchingTimeInUs[2] |
Phy switching time 0: client 1 -> 2, 1 : client 2 -> 1.
| void* RF_InfoVal::pScheduleMap |
Deprecated. Not supported.