mbgtools-lx  4.2.8
MBG_GPIO_FREQ Struct Reference

A structure used to specify a variable frequency. More...

#include <gpsdefs.h>

Data Fields

uint32_t hz
 integral number [Hz] More...
 
uint32_t frac
 fractional part, binary (0x80000000 –> 0.5, 0xFFFFFFFF –> 0.9999999...) More...
 

Detailed Description

A structure used to specify a variable frequency.

Used to specify a variable frequency for GPIO input or output

Definition at line 7750 of file gpsdefs.h.

Field Documentation

◆ frac

uint32_t MBG_GPIO_FREQ::frac

fractional part, binary (0x80000000 –> 0.5, 0xFFFFFFFF –> 0.9999999...)

Definition at line 7753 of file gpsdefs.h.

Referenced by mbg_get_all_ucap_info().

◆ hz

uint32_t MBG_GPIO_FREQ::hz

integral number [Hz]

Definition at line 7752 of file gpsdefs.h.

Referenced by mbg_get_all_ucap_info().


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