Contiki-NG

Header file of common CC13xx/CC26xx RF functionality. More...

Go to the source code of this file.

Macros

Different modes the RF can operate on, denoted by which frequency
   band said mode operates on.

Currently supports the following modes:

  • Sub-1 GHz, called prop-mode
  • 2.4 GHz, called ieee-mode
#define RF_MODE_SUB_1_GHZ   (1 << 0)
 
#define RF_MODE_2_4_GHZ   (1 << 1)
 
#define RF_MODE_BM
 

Detailed Description

Header file of common CC13xx/CC26xx RF functionality.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file rf.h.