mbgtools-lx  4.2.8
MBG_GPIO_FREQ_IN_SETTINGS Struct Reference

Configuration of a GPIO variable frequency input. More...

#include <gpsdefs.h>

Data Fields

MBG_GPIO_FREQ freq
 frequency in range MBG_GPIO_FREQ_IN_SUPP::freq_min..MBG_GPIO_FREQ_IN_SUPP::freq_max, or 0 if input is not used More...
 
uint32_t csc_limit
 max. cycle slip [1/1000 cycle units], see MBG_GPIO_FREQ_IN_SUPP::csc_limit_max More...
 
uint32_t shape
 selected signal shape, see MBG_GPIO_SIGNAL_SHAPES More...
 
uint32_t reserved
 reserved, currently always 0 More...
 
uint32_t flags
 reserved, currently always 0 More...
 

Detailed Description

Configuration of a GPIO variable frequency input.

Used as sub-structure of MBG_GPIO_SETTINGS.

See also
MBG_GPIO_TYPE_FREQ_IN
MBG_GPIO_SETTINGS

Definition at line 7774 of file gpsdefs.h.

Field Documentation

◆ csc_limit

uint32_t MBG_GPIO_FREQ_IN_SETTINGS::csc_limit

max. cycle slip [1/1000 cycle units], see MBG_GPIO_FREQ_IN_SUPP::csc_limit_max

Definition at line 7777 of file gpsdefs.h.

◆ flags

uint32_t MBG_GPIO_FREQ_IN_SETTINGS::flags

reserved, currently always 0

Definition at line 7780 of file gpsdefs.h.

◆ freq

MBG_GPIO_FREQ MBG_GPIO_FREQ_IN_SETTINGS::freq

frequency in range MBG_GPIO_FREQ_IN_SUPP::freq_min..MBG_GPIO_FREQ_IN_SUPP::freq_max, or 0 if input is not used

Definition at line 7776 of file gpsdefs.h.

◆ reserved

uint32_t MBG_GPIO_FREQ_IN_SETTINGS::reserved

reserved, currently always 0

Definition at line 7779 of file gpsdefs.h.

◆ shape

uint32_t MBG_GPIO_FREQ_IN_SETTINGS::shape

selected signal shape, see MBG_GPIO_SIGNAL_SHAPES

Definition at line 7778 of file gpsdefs.h.


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