mbgtools-lx  4.2.8
MBG_GPIO_BITS_IN_SETTINGS Struct Reference

Configuration of a GPIO as BITS input module. More...

#include <gpsdefs.h>

Data Structures

union  quality
 

Data Fields

uint32_t format
 signal format, see MBG_GPIO_BITS_FORMATS More...
 
uint32_t reserved
 reserved, currently always 0 More...
 
uint32_t csc_limit
 max. cycle slip [1/1000 cycle units] More...
 
union MBG_GPIO_BITS_IN_SETTINGS::quality quality
 
uint32_t err_msk
 controls which types of error can be ignored, see MBG_GPIO_BITS_ERR_MASKS More...
 
uint32_t flags
 reserved, currently always 0 More...
 

Detailed Description

Configuration of a GPIO as BITS input module.

Used as sub-structure of MBG_GPIO_SETTINGS.

See also
MBG_GPIO_TYPE_BITS_IN
MBG_GPIO_SETTINGS

Definition at line 8109 of file gpsdefs.h.

Field Documentation

◆ csc_limit

uint32_t MBG_GPIO_BITS_IN_SETTINGS::csc_limit

max. cycle slip [1/1000 cycle units]

Definition at line 8113 of file gpsdefs.h.

◆ err_msk

uint32_t MBG_GPIO_BITS_IN_SETTINGS::err_msk

controls which types of error can be ignored, see MBG_GPIO_BITS_ERR_MASKS

Definition at line 8135 of file gpsdefs.h.

◆ flags

uint32_t MBG_GPIO_BITS_IN_SETTINGS::flags

reserved, currently always 0

Definition at line 8136 of file gpsdefs.h.

◆ format

uint32_t MBG_GPIO_BITS_IN_SETTINGS::format

signal format, see MBG_GPIO_BITS_FORMATS

Definition at line 8111 of file gpsdefs.h.

◆ quality

◆ reserved

uint32_t MBG_GPIO_BITS_IN_SETTINGS::reserved

reserved, currently always 0

Definition at line 8112 of file gpsdefs.h.


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