mbgtools-lx  4.2.8
POUT_SETTINGS Struct Reference

Configuration settings for a single programmable pulse output. More...

#include <gpsdefs.h>

Data Fields

uint16_t mode
 Mode of operation, see POUT_MODES. More...
 
uint16_t mode_param
 Optional parameter depending on the mode, see POUT_MODES_PARAM_MASKS. More...
 
uint16_t timeout
 
uint16_t flags
 
POUT_DATA pout_data
 Additional configuration data, see POUT_DATA. More...
 

Detailed Description

Configuration settings for a single programmable pulse output.

Definition at line 5692 of file gpsdefs.h.

Field Documentation

◆ flags

uint16_t POUT_SETTINGS::flags
See also
POUT_SETTINGS_FLAGS

Definition at line 5705 of file gpsdefs.h.

Referenced by eval_pout(), and show_pout().

◆ mode

uint16_t POUT_SETTINGS::mode

Mode of operation, see POUT_MODES.

Definition at line 5694 of file gpsdefs.h.

Referenced by eval_pout(), and show_pout().

◆ mode_param

uint16_t POUT_SETTINGS::mode_param

Optional parameter depending on the mode, see POUT_MODES_PARAM_MASKS.

Definition at line 5695 of file gpsdefs.h.

Referenced by eval_pout(), and show_pout().

◆ pout_data

POUT_DATA POUT_SETTINGS::pout_data

Additional configuration data, see POUT_DATA.

Definition at line 5706 of file gpsdefs.h.

Referenced by eval_pout(), and show_pout().

◆ timeout

uint16_t POUT_SETTINGS::timeout

Timeout [min] which can be specified for some modes, see POUT_MODES_TIMEOUT, MAX_POUT_DCF_TIMOUT.

If the clock looses synchronization then the output

Definition at line 5703 of file gpsdefs.h.

Referenced by show_pout().


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