Appiko
Macros
Radio Private Defines

Macros

#define VCO_CENTER_FREQ   3600000000
 
#define HIGH_BAND_FACTOR   4
 
#define MIDDLE_BAND_FACTOR   8
 
#define HIGH_BAND_LOWER_LIMIT   825900000
 
#define HIGH_BAND_UPPER_LIMIT   1056000000
 
#define MIDDLE_BAND_LOWER_LIMIT   412900000
 
#define MIDDLE_BAND_UPPER_LIMIT   527100000
 
#define MINIMUM_DATARATE   100
 
#define MAXIMUM_DATARATE   250000
 

Detailed Description

Macro Definition Documentation

◆ HIGH_BAND_FACTOR

#define HIGH_BAND_FACTOR   4

Band select factor for high band. Factor B in the equation 2

Definition at line 50 of file S2LP_Radio.c.

◆ HIGH_BAND_LOWER_LIMIT

#define HIGH_BAND_LOWER_LIMIT   825900000

Lower limit of the high band: 860 MHz (S2-LPQTR)

Definition at line 53 of file S2LP_Radio.c.

◆ HIGH_BAND_UPPER_LIMIT

#define HIGH_BAND_UPPER_LIMIT   1056000000

Upper limit of the high band: 940 MHz (S2-LPCBQTR)

Definition at line 54 of file S2LP_Radio.c.

◆ MAXIMUM_DATARATE

#define MAXIMUM_DATARATE   250000

Maximum datarate supported by S2LP 250 ksps

Definition at line 59 of file S2LP_Radio.c.

◆ MIDDLE_BAND_FACTOR

#define MIDDLE_BAND_FACTOR   8

Band select factor for middle band. Factor B in the equation 2

Definition at line 51 of file S2LP_Radio.c.

◆ MIDDLE_BAND_LOWER_LIMIT

#define MIDDLE_BAND_LOWER_LIMIT   412900000

Lower limit of the middle band: 430 MHz (S2-LPQTR)

Definition at line 55 of file S2LP_Radio.c.

◆ MIDDLE_BAND_UPPER_LIMIT

#define MIDDLE_BAND_UPPER_LIMIT   527100000

Upper limit of the middle band: 470 MHz (S2-LPCBQTR)

Definition at line 56 of file S2LP_Radio.c.

◆ MINIMUM_DATARATE

#define MINIMUM_DATARATE   100

Minimum datarate supported by S2LP 100 bps

Definition at line 58 of file S2LP_Radio.c.

◆ VCO_CENTER_FREQ

#define VCO_CENTER_FREQ   3600000000

VCO center frequency in Hz

Definition at line 48 of file S2LP_Radio.c.