Data Fields
RF_InfoVal Union Reference

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

#include <RF.h>

Collaboration diagram for RF_InfoVal:
Collaboration graph
[legend]

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
 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).

§ pClientList

RF_Handle RF_InfoVal::pClientList[2]

Client pointer list, [0]: client 1, [1]: client 2.

§ phySwitchingTimeInUs

uint32_t RF_InfoVal::phySwitchingTimeInUs[2]

Phy switching time 0: client 1 -> 2, 1 : client 2 -> 1.

§ 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 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale