|  |  | 
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... | |
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().
| rfc_command_t RF_RadioSetup::commandId | 
Generic command identifier. This is the first field in every radio operation command.
| rfc_CMD_RADIO_SETUP_t RF_RadioSetup::common | 
Radio setup command for BLE and IEEE modes.
| rfc_CMD_BLE5_RADIO_SETUP_t RF_RadioSetup::ble5 | 
Radio setup command for BLE5 mode.
| rfc_CMD_PROP_RADIO_SETUP_t RF_RadioSetup::prop | 
Radio setup command for PROPRIETARY mode on 2.4 GHz.
| rfc_CMD_PROP_RADIO_DIV_SETUP_t RF_RadioSetup::prop_div | 
Radio setup command for PROPRIETARY mode on Sub-1 Ghz.