CC26xx Driver Library
rfc.c File Reference
#include <driverlib/rfc.h>

Go to the source code of this file.

Macros

#define RFC_RESERVED0   0x40044108
 
#define RFC_RESERVED1   0x40044114
 
#define RFC_RESERVED2   0x4004410C
 
#define RFC_RESERVED3   0x40044100
 
#define CONFIG_MISC_ADC_DIVIDER   27
 
#define CONFIG_MISC_ADC_DIVIDER_BM   0xF8000000U
 

Functions

uint32_t RFCCpeIntGetAndClear (void)
 Get and clear CPE interrupt flags. More...
 
uint32_t RFCDoorbellSendTo (uint32_t pOp)
 Send command to doorbell and wait for ack. More...
 
void RFCSynthPowerDown ()
 Turn off synth, NOTE: Radio will no longer respond to commands! More...
 
void RFCRfTrimRead (rfc_radioOp_t *pOpSetup, rfTrim_t *pRfTrim)
 Read RF trim from flash using CM3. More...
 
void RFCRfTrimSet (rfTrim_t *pRfTrim)
 Write preloaded RF trim values to CM0. More...
 

Macro Definition Documentation

#define CONFIG_MISC_ADC_DIVIDER   27

Definition at line 47 of file rfc.c.

Referenced by RFCRfTrimRead().

#define CONFIG_MISC_ADC_DIVIDER_BM   0xF8000000U

Definition at line 48 of file rfc.c.

Referenced by RFCRfTrimRead().

#define RFC_RESERVED0   0x40044108

Definition at line 41 of file rfc.c.

Referenced by RFCSynthPowerDown().

#define RFC_RESERVED1   0x40044114

Definition at line 42 of file rfc.c.

Referenced by RFCSynthPowerDown().

#define RFC_RESERVED2   0x4004410C

Definition at line 43 of file rfc.c.

Referenced by RFCSynthPowerDown().

#define RFC_RESERVED3   0x40044100

Definition at line 44 of file rfc.c.

Referenced by RFCSynthPowerDown().