mbgtools-lx  4.2.8
MBG_GPIO_FREQ_IN_SUPP Struct Reference

Supported options for a variable frequency GPIO input. More...

#include <gpsdefs.h>

Data Fields

uint32_t freq_min
 minimum output frequency [Hz] More...
 
uint32_t freq_max
 maximum output frequency [Hz] More...
 
uint32_t csc_limit_max
 1/1000 units of the signal period, limited due to 10 ns sampling interval, see MBG_GPIO_FREQ_IN_SETTINGS::csc_limit //##++++++++++++++++ More...
 
uint32_t supp_shapes
 bit mask of supported signal shapes, see MBG_GPIO_SIGNAL_SHAPE_MASKS More...
 
uint32_t supp_limits
 supported ITU limit masks for BITS signal see ITU_LIMIT_MASKS More...
 
uint32_t flags
 reserved, currently always 0 More...
 

Detailed Description

Supported options for a variable frequency GPIO input.

Used as sub-structure of MBG_GPIO_LIMITS.

See also
MBG_GPIO_TYPE_FREQ_IN
MBG_GPIO_LIMITS

Definition at line 7804 of file gpsdefs.h.

Field Documentation

◆ csc_limit_max

uint32_t MBG_GPIO_FREQ_IN_SUPP::csc_limit_max

1/1000 units of the signal period, limited due to 10 ns sampling interval, see MBG_GPIO_FREQ_IN_SETTINGS::csc_limit //##++++++++++++++++

Definition at line 7808 of file gpsdefs.h.

◆ flags

uint32_t MBG_GPIO_FREQ_IN_SUPP::flags

reserved, currently always 0

Definition at line 7811 of file gpsdefs.h.

◆ freq_max

uint32_t MBG_GPIO_FREQ_IN_SUPP::freq_max

maximum output frequency [Hz]

Definition at line 7807 of file gpsdefs.h.

◆ freq_min

uint32_t MBG_GPIO_FREQ_IN_SUPP::freq_min

minimum output frequency [Hz]

Definition at line 7806 of file gpsdefs.h.

◆ supp_limits

uint32_t MBG_GPIO_FREQ_IN_SUPP::supp_limits

supported ITU limit masks for BITS signal see ITU_LIMIT_MASKS

Definition at line 7810 of file gpsdefs.h.

◆ supp_shapes

uint32_t MBG_GPIO_FREQ_IN_SUPP::supp_shapes

bit mask of supported signal shapes, see MBG_GPIO_SIGNAL_SHAPE_MASKS

Definition at line 7809 of file gpsdefs.h.


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