mbgtools-lx  4.2.8
MBG_GPIO_FIXED_FREQ_OUT_SETTINGS Struct Reference

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

#include <gpsdefs.h>

Data Fields

uint32_t freq_idx
 fixed frequency index, see MBG_GPIO_FIXED_FREQS 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 fixed frequency output.

Used as sub-structure of MBG_GPIO_SETTINGS.

See also
MBG_GPIO_TYPE_FIXED_FREQ_OUT
MBG_GPIO_SETTINGS

Definition at line 7959 of file gpsdefs.h.

Field Documentation

◆ flags

uint32_t MBG_GPIO_FIXED_FREQ_OUT_SETTINGS::flags

reserved, currently always 0

Definition at line 7964 of file gpsdefs.h.

◆ freq_idx

uint32_t MBG_GPIO_FIXED_FREQ_OUT_SETTINGS::freq_idx

fixed frequency index, see MBG_GPIO_FIXED_FREQS

Definition at line 7961 of file gpsdefs.h.

Referenced by mbg_get_all_ucap_info().

◆ reserved

uint32_t MBG_GPIO_FIXED_FREQ_OUT_SETTINGS::reserved

reserved, currently always 0

Definition at line 7963 of file gpsdefs.h.

◆ shape

uint32_t MBG_GPIO_FIXED_FREQ_OUT_SETTINGS::shape

selected signal shape, see MBG_GPIO_SIGNAL_SHAPES

Definition at line 7962 of file gpsdefs.h.

Referenced by mbg_get_all_ucap_info().


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