Data Fields
LCD_F_initParam Struct Reference

#include <lcd_f.h>

Data Fields

uint32_t clockSource
 
uint32_t clockDivider
 
uint32_t clockPrescaler
 
uint32_t muxRate
 
uint32_t waveforms
 
uint32_t segments
 

Field Documentation

uint32_t LCD_F_initParam::clockSource

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

  • LCD_F_CLOCKSOURCE_XTCLK [Default]
  • LCD_F_CLOCKSOURCE_ACLK [Default]
  • LCD_F_CLOCKSOURCE_VLOCLK
  • LCD_F_CLOCKSOURCE_LFXT

Referenced by LCD_F_initModule().

uint32_t LCD_F_initParam::clockDivider

Selects the divider for LCD frequency.
Valid values are:

  • LCD_F_CLOCKDIVIDER_1 [Default]
  • LCD_F_CLOCKDIVIDER_2
  • LCD_F_CLOCKDIVIDER_3
  • LCD_F_CLOCKDIVIDER_4
  • LCD_F_CLOCKDIVIDER_5
  • LCD_F_CLOCKDIVIDER_6
  • LCD_F_CLOCKDIVIDER_7
  • LCD_F_CLOCKDIVIDER_8
  • LCD_F_CLOCKDIVIDER_9
  • LCD_F_CLOCKDIVIDER_10
  • LCD_F_CLOCKDIVIDER_11
  • LCD_F_CLOCKDIVIDER_12
  • LCD_F_CLOCKDIVIDER_13
  • LCD_F_CLOCKDIVIDER_14
  • LCD_F_CLOCKDIVIDER_15
  • LCD_F_CLOCKDIVIDER_16
  • LCD_F_CLOCKDIVIDER_17
  • LCD_F_CLOCKDIVIDER_18
  • LCD_F_CLOCKDIVIDER_19
  • LCD_F_CLOCKDIVIDER_20
  • LCD_F_CLOCKDIVIDER_21
  • LCD_F_CLOCKDIVIDER_22
  • LCD_F_CLOCKDIVIDER_23
  • LCD_F_CLOCKDIVIDER_24
  • LCD_F_CLOCKDIVIDER_25
  • LCD_F_CLOCKDIVIDER_26
  • LCD_F_CLOCKDIVIDER_27
  • LCD_F_CLOCKDIVIDER_28
  • LCD_F_CLOCKDIVIDER_29
  • LCD_F_CLOCKDIVIDER_30
  • LCD_F_CLOCKDIVIDER_31
  • LCD_F_CLOCKDIVIDER_32

Referenced by LCD_F_initModule().

uint32_t LCD_F_initParam::clockPrescaler

Selects the prescaler
Valid values are:

  • LCD_F_CLOCKPRESCALER_1 [Default]
  • LCD_F_CLOCKPRESCALER_2
  • LCD_F_CLOCKPRESCALER_4
  • LCD_F_CLOCKPRESCALER_8
  • LCD_F_CLOCKPRESCALER_16
  • LCD_F_CLOCKPRESCALER_32

Referenced by LCD_F_initModule().

uint32_t LCD_F_initParam::muxRate

Selects LCD_F_E mux rate.
Valid values are:

  • LCD_F_STATIC [Default]
  • LCD_F_2_MUX
  • LCD_F_3_MUX
  • LCD_F_4_MUX
  • LCD_F_5_MUX
  • LCD_F_6_MUX
  • LCD_F_7_MUX
  • LCD_F_8_MUX

Referenced by LCD_F_initModule().

uint32_t LCD_F_initParam::waveforms

Selects LCD waveform mode.
Valid values are:

  • LCD_F_STANDARD_WAVEFORMS [Default]
  • LCD_F_LOW_POWER_WAVEFORMS

Referenced by LCD_F_initModule().

uint32_t LCD_F_initParam::segments

Sets LCD segment on/off.
Valid values are:

  • LCD_F_SEGMENTS_DISABLED [Default]
  • LCD_F_SEGMENTS_ENABLED

Referenced by LCD_F_initModule().


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

Copyright 2019, Texas Instruments Incorporated