Added support for the WNC M14A2A Cellular LTE Data Module.

Dependencies:   WNC14A2AInterface

Embed: (wiki syntax)

« Back to documentation index

SRadioInit Struct Reference

SRadioInit Struct Reference
[Radio Exported Types]

SPIRIT Radio Init structure definition. More...

#include <SPIRIT_Radio.h>

Data Fields

int16_t nXtalOffsetPpm
uint32_t lFrequencyBase
uint32_t nChannelSpace
uint8_t cChannelNumber
ModulationSelect xModulationSelect
uint32_t lDatarate
uint32_t lFreqDev
uint32_t lBandwidth

Detailed Description

SPIRIT Radio Init structure definition.

Definition at line 259 of file SPIRIT_Radio.h.


Field Documentation

uint8_t cChannelNumber

Specifies the channel number. This value is multiplied by the channel spacing and added to synthesizer base frequency to generate the actual RF carrier frequency

Definition at line 276 of file SPIRIT_Radio.h.

uint32_t lBandwidth

Specifies the channel filter bandwidth expressed in Hz. This parameter can be in the range between 1100 and 800100 Hz

Definition at line 288 of file SPIRIT_Radio.h.

uint32_t lDatarate

Specifies the datarate expressed in bps. This parameter can be in the range between 100 bps and 500 kbps

Definition at line 283 of file SPIRIT_Radio.h.

uint32_t lFreqDev

Specifies the frequency deviation expressed in Hz. This parameter can be in the range: [F_Xo*8/2^18, F_Xo*7680/2^18] Hz

Definition at line 286 of file SPIRIT_Radio.h.

uint32_t lFrequencyBase

Specifies the base carrier frequency (in Hz), i.e. the carrier frequency of channel #0. This parameter can be in one of the following ranges: High_Band: from 779 MHz to 915 MHz Middle Band: from 387 MHz to 470 MHz Low Band: from 300 MHz to 348 MHz

Definition at line 265 of file SPIRIT_Radio.h.

uint32_t nChannelSpace

Specifies the channel spacing expressed in Hz. The channel spacing is expressed as: NxFREQUENCY_STEPS, where FREQUENCY STEPS is F_Xo/2^15. This parameter can be in the range: [0, F_Xo/2^15*255] Hz

Definition at line 271 of file SPIRIT_Radio.h.

int16_t nXtalOffsetPpm

Specifies the offset frequency (in ppm) to compensate crystal inaccuracy expressed as signed value.

Definition at line 261 of file SPIRIT_Radio.h.

Specifies the modulation. This parameter can be any value of ModulationSelect

Definition at line 280 of file SPIRIT_Radio.h.