MSP430 DriverLib for MSP430FR5xx_6xx Devices  2.21.00.08
 All Data Structures Functions Variables Modules Pages
LCD_C_initParam Struct Reference

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

#include <lcd_c.h>

Data Fields

uint16_t clockSource
 
uint16_t clockDivider
 
uint16_t clockPrescalar
 
uint16_t muxRate
 
uint16_t waveforms
 
uint16_t segments
 

Detailed Description

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

Field Documentation

uint16_t LCD_C_initParam::clockDivider

Selects the divider for LCD_frequency.
Valid values are:

  • LCD_C_CLOCKDIVIDER_1 [Default]
  • LCD_C_CLOCKDIVIDER_2
  • LCD_C_CLOCKDIVIDER_3
  • LCD_C_CLOCKDIVIDER_4
  • LCD_C_CLOCKDIVIDER_5
  • LCD_C_CLOCKDIVIDER_6
  • LCD_C_CLOCKDIVIDER_7
  • LCD_C_CLOCKDIVIDER_8
  • LCD_C_CLOCKDIVIDER_9
  • LCD_C_CLOCKDIVIDER_10
  • LCD_C_CLOCKDIVIDER_11
  • LCD_C_CLOCKDIVIDER_12
  • LCD_C_CLOCKDIVIDER_13
  • LCD_C_CLOCKDIVIDER_14
  • LCD_C_CLOCKDIVIDER_15
  • LCD_C_CLOCKDIVIDER_16
  • LCD_C_CLOCKDIVIDER_17
  • LCD_C_CLOCKDIVIDER_18
  • LCD_C_CLOCKDIVIDER_19
  • LCD_C_CLOCKDIVIDER_20
  • LCD_C_CLOCKDIVIDER_21
  • LCD_C_CLOCKDIVIDER_22
  • LCD_C_CLOCKDIVIDER_23
  • LCD_C_CLOCKDIVIDER_24
  • LCD_C_CLOCKDIVIDER_25
  • LCD_C_CLOCKDIVIDER_26
  • LCD_C_CLOCKDIVIDER_27
  • LCD_C_CLOCKDIVIDER_28
  • LCD_C_CLOCKDIVIDER_29
  • LCD_C_CLOCKDIVIDER_30
  • LCD_C_CLOCKDIVIDER_31
  • LCD_C_CLOCKDIVIDER_32

Referenced by LCD_C_init().

uint16_t LCD_C_initParam::clockPrescalar

Selects the prescalar for frequency.
Valid values are:

  • LCD_C_CLOCKPRESCALAR_1 [Default]
  • LCD_C_CLOCKPRESCALAR_2
  • LCD_C_CLOCKPRESCALAR_4
  • LCD_C_CLOCKPRESCALAR_8
  • LCD_C_CLOCKPRESCALAR_16
  • LCD_C_CLOCKPRESCALAR_32

Referenced by LCD_C_init().

uint16_t LCD_C_initParam::clockSource

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

  • LCD_C_CLOCKSOURCE_ACLK [Default]
  • LCD_C_CLOCKSOURCE_VLOCLK

Referenced by LCD_C_init().

uint16_t LCD_C_initParam::muxRate

Selects LCD mux rate.
Valid values are:

  • LCD_C_STATIC [Default]
  • LCD_C_2_MUX
  • LCD_C_3_MUX
  • LCD_C_4_MUX
  • LCD_C_5_MUX
  • LCD_C_6_MUX
  • LCD_C_7_MUX
  • LCD_C_8_MUX

Referenced by LCD_C_init().

uint16_t LCD_C_initParam::segments

Sets LCD segment on/off.
Valid values are:

  • LCD_C_SEGMENTS_DISABLED [Default]
  • LCD_C_SEGMENTS_ENABLED

Referenced by LCD_C_init().

uint16_t LCD_C_initParam::waveforms

Selects LCD waveform mode.
Valid values are:

  • LCD_C_STANDARD_WAVEFORMS [Default]
  • LCD_C_LOW_POWER_WAVEFORMS

Referenced by LCD_C_init().


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

Copyright 2015, Texas Instruments Incorporated