Version of easy-connect with the u-blox cellular platforms C027 and C030 added.

Dependents:   HelloMQTT

Embed: (wiki syntax)

« Back to documentation index

SPIRIT Management

SPIRIT Management
[SPIRIT Libraries]

Modules

 SPIRIT Management Functions

Variables

static const uint8_t s_vectcBandRegValue [4] = {SYNT0_BS_6, SYNT0_BS_12, SYNT0_BS_16, SYNT0_BS_32}
 BS value to write in the SYNT0 register according to the selected band.
static const uint8_t s_vectcBHalfFactor [4] = {(HIGH_BAND_FACTOR/2), (MIDDLE_BAND_FACTOR/2), (LOW_BAND_FACTOR/2), (VERY_LOW_BAND_FACTOR/2)}
 Factor is: B/2 used in the formula for SYNTH word calculation.

Variable Documentation

const uint8_t s_vectcBandRegValue[4] = {SYNT0_BS_6, SYNT0_BS_12, SYNT0_BS_16, SYNT0_BS_32} [static]

BS value to write in the SYNT0 register according to the selected band.

Definition at line 56 of file SPIRIT_Management.c.

const uint8_t s_vectcBHalfFactor[4] = {(HIGH_BAND_FACTOR/2), (MIDDLE_BAND_FACTOR/2), (LOW_BAND_FACTOR/2), (VERY_LOW_BAND_FACTOR/2)} [static]

Factor is: B/2 used in the formula for SYNTH word calculation.

Definition at line 70 of file SPIRIT_Management.c.