Data Fields
RF_RadioSetup Union Reference

A unified type for radio setup commands of different PHYs. More...

#include <RF.h>

Data Fields

rfc_command_t commandId
 
rfc_CMD_RADIO_SETUP_t common
 Radio setup command for BLE and IEEE modes. More...
 
rfc_CMD_BLE5_RADIO_SETUP_t ble5
 Radio setup command for BLE5 mode. More...
 
rfc_CMD_PROP_RADIO_SETUP_t prop
 Radio setup command for PROPRIETARY mode on 2.4 GHz. More...
 
rfc_CMD_PROP_RADIO_DIV_SETUP_t prop_div
 Radio setup command for PROPRIETARY mode on Sub-1 Ghz. More...
 
rfc_CMD_RADIO_SETUP_PA_t common_pa
 Radio setup command for BLE and IEEE modes with High Gain PA. More...
 
rfc_CMD_BLE5_RADIO_SETUP_PA_t ble5_pa
 Radio setup command for BLE5 mode with High Gain PA. More...
 
rfc_CMD_PROP_RADIO_SETUP_PA_t prop_pa
 Radio setup command for PROPRIETARY mode on 2.4 GHz with High Gain PA. More...
 
rfc_CMD_PROP_RADIO_DIV_SETUP_PA_t prop_div_pa
 Radio setup command for PROPRIETARY mode on Sub-1 Ghz with High Gain PA. More...
 

Detailed Description

A unified type for radio setup commands of different PHYs.

Radio setup commands are used to initialize a PHY on the RF core. Various partially similar commands exist, each one represented by a different data type. RF_RadioSetup is a generic container for all types. A specific setup command is usually exported from SmartRF Studio and then passed to the RF driver in RF_open().

Field Documentation

§ commandId

rfc_command_t RF_RadioSetup::commandId

Generic command identifier. This is the first field in every radio operation command.

§ common

rfc_CMD_RADIO_SETUP_t RF_RadioSetup::common

Radio setup command for BLE and IEEE modes.

§ ble5

rfc_CMD_BLE5_RADIO_SETUP_t RF_RadioSetup::ble5

Radio setup command for BLE5 mode.

§ prop

rfc_CMD_PROP_RADIO_SETUP_t RF_RadioSetup::prop

Radio setup command for PROPRIETARY mode on 2.4 GHz.

§ prop_div

rfc_CMD_PROP_RADIO_DIV_SETUP_t RF_RadioSetup::prop_div

Radio setup command for PROPRIETARY mode on Sub-1 Ghz.

§ common_pa

rfc_CMD_RADIO_SETUP_PA_t RF_RadioSetup::common_pa

Radio setup command for BLE and IEEE modes with High Gain PA.

§ ble5_pa

rfc_CMD_BLE5_RADIO_SETUP_PA_t RF_RadioSetup::ble5_pa

Radio setup command for BLE5 mode with High Gain PA.

§ prop_pa

rfc_CMD_PROP_RADIO_SETUP_PA_t RF_RadioSetup::prop_pa

Radio setup command for PROPRIETARY mode on 2.4 GHz with High Gain PA.

§ prop_div_pa

rfc_CMD_PROP_RADIO_DIV_SETUP_PA_t RF_RadioSetup::prop_div_pa

Radio setup command for PROPRIETARY mode on Sub-1 Ghz with High Gain PA.


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