mbgtools-lx  4.2.8
MBG_LED_INFO Struct Reference

Current settings and general capabilities of an LED. More...

#include <gpsdefs.h>

Data Fields

MBG_LED_SETTINGS settings
 Current LED settings. More...
 
uint32_t supp_modes
 Supported modes, see MBG_LED_MODE_MASKS. More...
 
uint32_t supp_colors
 Supported colors, see MBG_LED_COLOR_MASKS. More...
 
uint32_t reserved
 Currently reserved, unused, always 0. More...
 
uint32_t flags
 Currently reserved, unused, always 0. More...
 

Detailed Description

Current settings and general capabilities of an LED.

This structure should be read from the device to retrieve the current settings of an LED plus its capabilities, e.g. the supported modes, colors, etc.

See also
MBG_LED_INFO_IDX

Definition at line 18908 of file gpsdefs.h.

Field Documentation

◆ flags

uint32_t MBG_LED_INFO::flags

Currently reserved, unused, always 0.

Definition at line 18914 of file gpsdefs.h.

◆ reserved

uint32_t MBG_LED_INFO::reserved

Currently reserved, unused, always 0.

Definition at line 18913 of file gpsdefs.h.

◆ settings

MBG_LED_SETTINGS MBG_LED_INFO::settings

Current LED settings.

Definition at line 18910 of file gpsdefs.h.

◆ supp_colors

uint32_t MBG_LED_INFO::supp_colors

Supported colors, see MBG_LED_COLOR_MASKS.

Definition at line 18912 of file gpsdefs.h.

◆ supp_modes

uint32_t MBG_LED_INFO::supp_modes

Supported modes, see MBG_LED_MODE_MASKS.

Definition at line 18911 of file gpsdefs.h.


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