MSP430 DriverLib for MSP430FR2xx_4xx Devices  2.10.00.09
 All Data Structures Functions Variables Modules Pages
LCD_E_initParam Struct Reference

Used in the LCD_E_init() function as the initParams parameter. More...

#include <lcd_e.h>

Data Fields

uint16_t clockSource
 
uint16_t clockDivider
 
uint16_t muxRate
 
uint16_t waveforms
 
uint16_t segments
 

Detailed Description

Used in the LCD_E_init() function as the initParams parameter.

Field Documentation

uint16_t LCD_E_initParam::clockDivider

Selects the divider for LCD_E frequency.
Valid values are:

  • LCD_E_CLOCKDIVIDER_1 [Default]
  • LCD_E_CLOCKDIVIDER_2
  • LCD_E_CLOCKDIVIDER_3
  • LCD_E_CLOCKDIVIDER_4
  • LCD_E_CLOCKDIVIDER_5
  • LCD_E_CLOCKDIVIDER_6
  • LCD_E_CLOCKDIVIDER_7
  • LCD_E_CLOCKDIVIDER_8
  • LCD_E_CLOCKDIVIDER_9
  • LCD_E_CLOCKDIVIDER_10
  • LCD_E_CLOCKDIVIDER_11
  • LCD_E_CLOCKDIVIDER_12
  • LCD_E_CLOCKDIVIDER_13
  • LCD_E_CLOCKDIVIDER_14
  • LCD_E_CLOCKDIVIDER_15
  • LCD_E_CLOCKDIVIDER_16
  • LCD_E_CLOCKDIVIDER_17
  • LCD_E_CLOCKDIVIDER_18
  • LCD_E_CLOCKDIVIDER_19
  • LCD_E_CLOCKDIVIDER_20
  • LCD_E_CLOCKDIVIDER_21
  • LCD_E_CLOCKDIVIDER_22
  • LCD_E_CLOCKDIVIDER_23
  • LCD_E_CLOCKDIVIDER_24
  • LCD_E_CLOCKDIVIDER_25
  • LCD_E_CLOCKDIVIDER_26
  • LCD_E_CLOCKDIVIDER_27
  • LCD_E_CLOCKDIVIDER_28
  • LCD_E_CLOCKDIVIDER_29
  • LCD_E_CLOCKDIVIDER_30
  • LCD_E_CLOCKDIVIDER_31
  • LCD_E_CLOCKDIVIDER_32

Referenced by LCD_E_init().

uint16_t LCD_E_initParam::clockSource

Selects the clock that will be used by the LCD_E.
Valid values are:

  • LCD_E_CLOCKSOURCE_XTCLK [Default]
  • LCD_E_CLOCKSOURCE_ACLK [Default]
  • LCD_E_CLOCKSOURCE_VLOCLK

Referenced by LCD_E_init().

uint16_t LCD_E_initParam::muxRate

Selects LCD_E mux rate.
Valid values are:

  • LCD_E_STATIC [Default]
  • LCD_E_2_MUX
  • LCD_E_3_MUX
  • LCD_E_4_MUX
  • LCD_E_5_MUX
  • LCD_E_6_MUX
  • LCD_E_7_MUX
  • LCD_E_8_MUX

Referenced by LCD_E_init().

uint16_t LCD_E_initParam::segments

Sets LCD segment on/off.
Valid values are:

  • LCD_E_SEGMENTS_DISABLED [Default]
  • LCD_E_SEGMENTS_ENABLED

Referenced by LCD_E_init().

uint16_t LCD_E_initParam::waveforms

Selects LCD waveform mode.
Valid values are:

  • LCD_E_STANDARD_WAVEFORMS [Default]
  • LCD_E_LOW_POWER_WAVEFORMS

Referenced by LCD_E_init().


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

Copyright 2015, Texas Instruments Incorporated