Data Fields
RF_Mode Struct Reference

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

Detailed Description

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.

Field Documentation

§ rfMode

uint8_t RF_Mode::rfMode

Specifies which PHY modes should be activated. Must be set to RF_MODE_MULTIPLE for dual-mode operation.

§ cpePatchFxn

void(* RF_Mode::cpePatchFxn) (void)

Pointer to CPE patch function.

§ mcePatchFxn

void(* RF_Mode::mcePatchFxn) (void)

Pointer to MCE patch function.

§ rfePatchFxn

void(* RF_Mode::rfePatchFxn) (void)

Pointer to RFE patch function.


The documentation for this struct was generated from the following file:
© Copyright 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale