mbgtools-lx  4.2.8
MBG_GPIO_FREQ_OUT_SUPP Struct Reference

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

#include <gpsdefs.h>

Data Fields

uint32_t freq_min
 minimum output frequency [Hz], see MBG_GPIO_FREQ_OUT_SETTINGS::freq More...
 
uint32_t freq_max
 maximum output frequency [Hz], see MBG_GPIO_FREQ_OUT_SETTINGS::freq More...
 
uint32_t freq_resolution
 frequency resolution [Hz], unspecified if 0 More...
 
uint32_t milli_phase_max
 max. abs. milli_phase, see MBG_GPIO_FREQ_OUT_SETTINGS::milli_phase More...
 
uint32_t supp_shapes
 bit mask of supported signal shapes, see MBG_GPIO_SIGNAL_SHAPE_MASKS More...
 
uint32_t reserved
 reserved, currently always 0 More...
 
uint32_t flags
 reserved, currently always 0 More...
 

Detailed Description

Supported options for a variable frequency GPIO output.

Used as sub-structure of MBG_GPIO_LIMITS.

See also
MBG_GPIO_TYPE_FREQ_OUT
MBG_GPIO_LIMITS

Definition at line 7866 of file gpsdefs.h.

Field Documentation

◆ flags

uint32_t MBG_GPIO_FREQ_OUT_SUPP::flags

reserved, currently always 0

Definition at line 7874 of file gpsdefs.h.

◆ freq_max

uint32_t MBG_GPIO_FREQ_OUT_SUPP::freq_max

maximum output frequency [Hz], see MBG_GPIO_FREQ_OUT_SETTINGS::freq

Definition at line 7869 of file gpsdefs.h.

◆ freq_min

uint32_t MBG_GPIO_FREQ_OUT_SUPP::freq_min

minimum output frequency [Hz], see MBG_GPIO_FREQ_OUT_SETTINGS::freq

Definition at line 7868 of file gpsdefs.h.

◆ freq_resolution

uint32_t MBG_GPIO_FREQ_OUT_SUPP::freq_resolution

frequency resolution [Hz], unspecified if 0

Definition at line 7870 of file gpsdefs.h.

◆ milli_phase_max

uint32_t MBG_GPIO_FREQ_OUT_SUPP::milli_phase_max

max. abs. milli_phase, see MBG_GPIO_FREQ_OUT_SETTINGS::milli_phase

Definition at line 7871 of file gpsdefs.h.

◆ reserved

uint32_t MBG_GPIO_FREQ_OUT_SUPP::reserved

reserved, currently always 0

Definition at line 7873 of file gpsdefs.h.

◆ supp_shapes

uint32_t MBG_GPIO_FREQ_OUT_SUPP::supp_shapes

bit mask of supported signal shapes, see MBG_GPIO_SIGNAL_SHAPE_MASKS

Definition at line 7872 of file gpsdefs.h.


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