mbgtools-lx  4.2.8
SYNTH Struct Reference

Synthesizer configuration parameters. More...

#include <gpsdefs.h>

Data Fields

int16_t freq
 four digits used; scale: 0.1 Hz; e.g. 1234 -> 123.4 Hz More...
 
int16_t range
 scale factor for freq; 0..MAX_SYNTH_RANGE More...
 
int16_t phase
 -MAX_SYNTH_PHASE..+MAX_SYNTH_PHASE; >0 -> pulses later More...
 

Detailed Description

Synthesizer configuration parameters.

Definition at line 2856 of file gpsdefs.h.

Field Documentation

◆ freq

int16_t SYNTH::freq

four digits used; scale: 0.1 Hz; e.g. 1234 -> 123.4 Hz

Definition at line 2858 of file gpsdefs.h.

Referenced by set_synth(), and show_synth().

◆ phase

int16_t SYNTH::phase

-MAX_SYNTH_PHASE..+MAX_SYNTH_PHASE; >0 -> pulses later

Definition at line 2860 of file gpsdefs.h.

Referenced by set_synth(), and show_synth().

◆ range

int16_t SYNTH::range

scale factor for freq; 0..MAX_SYNTH_RANGE

Definition at line 2859 of file gpsdefs.h.

Referenced by set_synth(), and show_synth().


The documentation for this struct was generated from the following file: