mbgtools-lx
4.2.8
|
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... | |
Configuration of a GPIO fixed frequency output.
Used as sub-structure of MBG_GPIO_SETTINGS.
uint32_t MBG_GPIO_FIXED_FREQ_OUT_SETTINGS::flags |
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().
uint32_t MBG_GPIO_FIXED_FREQ_OUT_SETTINGS::reserved |
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().