STM32L486xx HAL User Manual
Data Fields
LCD_InitTypeDef Struct Reference

LCD Init structure definition. More...

#include <stm32l4xx_hal_lcd.h>

Data Fields

uint32_t Prescaler
uint32_t Divider
uint32_t Duty
uint32_t Bias
uint32_t VoltageSource
uint32_t Contrast
uint32_t DeadTime
uint32_t PulseOnDuration
uint32_t HighDrive
uint32_t BlinkMode
uint32_t BlinkFrequency
uint32_t MuxSegment

Detailed Description

LCD Init structure definition.

Definition at line 66 of file stm32l4xx_hal_lcd.h.


Field Documentation

Configures the LCD Bias. This parameter can be one value of LCD Bias

Definition at line 74 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Configures the LCD Blink frequency. This parameter can be one value of LCD Blink Frequency

Definition at line 88 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Configures the LCD Blink Mode. This parameter can be one value of LCD Blink Mode

Definition at line 86 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Configures the LCD Contrast. This parameter can be one value of LCD Contrast

Definition at line 78 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Configures the LCD Dead Time. This parameter can be one value of LCD Dead Time

Definition at line 80 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Configures the LCD Divider. This parameter can be one value of LCD Divider

Definition at line 70 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Configures the LCD Duty. This parameter can be one value of LCD Duty

Definition at line 72 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Enable or disable the low resistance divider. This parameter can be one value of LCD High Drive

Definition at line 84 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Enable or disable mux segment. This parameter can be one value of LCD Mux Segment

Definition at line 90 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Configures the LCD Prescaler. This parameter can be one value of LCD Prescaler

Definition at line 68 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Configures the LCD Pulse On Duration. This parameter can be one value of LCD Pulse On Duration

Definition at line 82 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

Selects the LCD Voltage source. This parameter can be one value of LCD Voltage Source

Definition at line 76 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().


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