mbgtools-lx  4.2.8
MBG_GPIO_FREQ_OUT_SETTINGS Struct Reference

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

#include <gpsdefs.h>

Data Fields

MBG_GPIO_FREQ freq
 frequency, see MBG_GPIO_FREQ_OUT_SUPP::freq_min and MBG_GPIO_FREQ_OUT_SUPP::freq_max More...
 
int32_t milli_phase
 phase [1/1000 degree units], see MBG_GPIO_FREQ_OUT_SUPP::milli_phase_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 output.

Used as sub-structure of MBG_GPIO_SETTINGS.

See also
MBG_GPIO_TYPE_FREQ_OUT
MBG_GPIO_SETTINGS

Definition at line 7836 of file gpsdefs.h.

Field Documentation

◆ flags

uint32_t MBG_GPIO_FREQ_OUT_SETTINGS::flags

reserved, currently always 0

Definition at line 7842 of file gpsdefs.h.

◆ freq

MBG_GPIO_FREQ MBG_GPIO_FREQ_OUT_SETTINGS::freq

frequency, see MBG_GPIO_FREQ_OUT_SUPP::freq_min and MBG_GPIO_FREQ_OUT_SUPP::freq_max

Definition at line 7838 of file gpsdefs.h.

Referenced by mbg_get_all_ucap_info().

◆ milli_phase

int32_t MBG_GPIO_FREQ_OUT_SETTINGS::milli_phase

phase [1/1000 degree units], see MBG_GPIO_FREQ_OUT_SUPP::milli_phase_max

Definition at line 7839 of file gpsdefs.h.

Referenced by mbg_get_all_ucap_info().

◆ reserved

uint32_t MBG_GPIO_FREQ_OUT_SETTINGS::reserved

reserved, currently always 0

Definition at line 7841 of file gpsdefs.h.

◆ shape

uint32_t MBG_GPIO_FREQ_OUT_SETTINGS::shape

selected signal shape, see MBG_GPIO_SIGNAL_SHAPES

Definition at line 7840 of file gpsdefs.h.

Referenced by mbg_get_all_ucap_info().


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