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

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.


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