mbgtools-lx  4.2.8
LNO_STATE Struct Reference

LNO state. More...

#include <gpsdefs.h>

Data Fields

uint16_t sine_lvl [4]
 signal levels at the outputs More...
 
uint16_t max_sine_lvl
 max level of an output, e.g. 1024 More...
 
uint8_t n_outputs
 actual number of outputs [0..MAX_LNO_OUTPUT-1] More...
 
uint8_t out_enb_state
 e.g. bit 0 is set if corresponding output 0 is enabled, etc. More...
 
uint16_t reserved_0
 reserved, currently always 0 More...
 
uint16_t flags
 status flags, see LNO_STATE_FLAG_BITS More...
 

Detailed Description

LNO state.

Definition at line 17572 of file gpsdefs.h.

Field Documentation

◆ flags

uint16_t LNO_STATE::flags

status flags, see LNO_STATE_FLAG_BITS

Definition at line 17581 of file gpsdefs.h.

◆ max_sine_lvl

uint16_t LNO_STATE::max_sine_lvl

max level of an output, e.g. 1024

Definition at line 17576 of file gpsdefs.h.

◆ n_outputs

uint8_t LNO_STATE::n_outputs

actual number of outputs [0..MAX_LNO_OUTPUT-1]

Definition at line 17577 of file gpsdefs.h.

◆ out_enb_state

uint8_t LNO_STATE::out_enb_state

e.g. bit 0 is set if corresponding output 0 is enabled, etc.

Definition at line 17578 of file gpsdefs.h.

◆ reserved_0

uint16_t LNO_STATE::reserved_0

reserved, currently always 0

Definition at line 17580 of file gpsdefs.h.

◆ sine_lvl

uint16_t LNO_STATE::sine_lvl[4]

signal levels at the outputs

Definition at line 17574 of file gpsdefs.h.


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