|  |  | 
Specifies a RF core firmware configuration. More...
#include <RF.h>
| Data Fields | |
| uint8_t | rfMode | 
| Specifies which PHY modes should be activated. Must be set to RF_MODE_MULTIPLE for dual-mode operation.  More... | |
| void(* | cpePatchFxn )(void) | 
| Pointer to CPE patch function.  More... | |
| void(* | mcePatchFxn )(void) | 
| Pointer to MCE patch function.  More... | |
| void(* | rfePatchFxn )(void) | 
| Pointer to RFE patch function.  More... | |
Specifies a RF core firmware configuration.
RF_Mode selects a mode of operation and points to firmware patches for the RF core. There exists one instance per radio PHY configuration, usually generated by SmartRF Studio. After assigning RF_Mode configuration to the RF driver via RF_open(), the driver caches the containing information and re-uses it on every power-up.
| uint8_t RF_Mode::rfMode | 
Specifies which PHY modes should be activated. Must be set to RF_MODE_MULTIPLE for dual-mode operation.
| void(* RF_Mode::cpePatchFxn) (void) | 
Pointer to CPE patch function.
| void(* RF_Mode::mcePatchFxn) (void) | 
Pointer to MCE patch function.
| void(* RF_Mode::rfePatchFxn) (void) | 
Pointer to RFE patch function.