Data Fields
RF_InfoVal Union Reference

Stores output parameters for RF_getInfo(). More...

#include <RF.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...
 
void * pScheduleMap
 Pointer to scheduling map (RF_GET_SCHEDULE_MAP). More...
 

Detailed Description

Stores output parameters for RF_getInfo().

This union structure holds one out of multiple data types. The contained value is selected by RF_InfoType.

Field Documentation

§ ch

RF_CmdHandle RF_InfoVal::ch

Command handle (RF_GET_CURR_CMD).

§ availRatCh

uint16_t RF_InfoVal::availRatCh

Available RAT channels (RF_GET_AVAIL_RAT_CH).

§ bRadioState

bool RF_InfoVal::bRadioState

Current RF core power state (RF_GET_RADIO_STATE).

§ pScheduleMap

void* RF_InfoVal::pScheduleMap

Pointer to scheduling map (RF_GET_SCHEDULE_MAP).


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