EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
MCU_DISPLAY Struct Reference

Detailed Description

Defines prototype for all segments in display.

Definition at line 139 of file segmentlcd.c.

Data Fields

ARING_TypeDef ARing
 
BATTERY_TypeDef Battery
 
Block_TypeDef BotBlocks [7]
 
EM_TypeDef EMode
 
NUMBER_TypeDef Number [4]
 
CHAR_TypeDef Text [7]
 
Block_TypeDef TopBlocks [7]
 

Field Documentation

ARING_TypeDef MCU_DISPLAY::ARing

Display ring

Definition at line 144 of file segmentlcd.c.

Referenced by SegmentLCD_ARing().

BATTERY_TypeDef MCU_DISPLAY::Battery

Display battery

Definition at line 145 of file segmentlcd.c.

Referenced by SegmentLCD_Battery().

Block_TypeDef MCU_DISPLAY::BotBlocks[7]

Display bottom blocks

Definition at line 147 of file segmentlcd.c.

Referenced by displayBlock().

EM_TypeDef MCU_DISPLAY::EMode

Display energy mode

Definition at line 143 of file segmentlcd.c.

Referenced by SegmentLCD_EnergyMode().

NUMBER_TypeDef MCU_DISPLAY::Number[4]

Numbers on display

Definition at line 142 of file segmentlcd.c.

Referenced by SegmentLCD_Number(), and SegmentLCD_UnsignedHex().

CHAR_TypeDef MCU_DISPLAY::Text[7]

Text on display

Definition at line 141 of file segmentlcd.c.

Referenced by SegmentLCD_Write().

Block_TypeDef MCU_DISPLAY::TopBlocks[7]

Display top blocks

Definition at line 146 of file segmentlcd.c.

Referenced by displayBlock().


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