Contiki-NG

Header file with board-specific RF configurations. More...

#include "rf/rf.h"

Go to the source code of this file.

Macros

Board-specific front-end mode configurations for both the Sub-1 GHz
   path and the 2.4 GHz path on the radio.

These are the following front-end mode configurations for the CC1350DK-7XD board:

  • Sub-1 GHz: differential and external bias
  • 2.4 GHz: differential and external bias
#define RF_SUB_1_GHZ_CONF_FRONT_END_MODE   RF_FRONT_END_MODE_DIFFERENTIAL
 
#define RF_SUB_1_GHZ_CONF_BIAS_MODE   RF_BIAS_MODE_EXTERNAL
 
#define RF_2_4_GHZ_CONF_FRONT_END_MODE   RF_FRONT_END_MODE_DIFFERENTIAL
 
#define RF_2_4_GHZ_CONF_BIAS_MODE   RF_BIAS_MODE_EXTERNAL
 

Detailed Description

Header file with board-specific RF configurations.

Author
Texas Instruments <e2e.ti.com>
Note
This file should not be included directly

Definition in file rf-conf.h.