STM32L443xx HAL User Manual
|
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 |
LCD Init structure definition.
Definition at line 48 of file stm32l4xx_hal_lcd.h.
uint32_t LCD_InitTypeDef::Bias |
Configures the LCD Bias. This parameter can be one value of LCD Bias
Definition at line 56 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::BlinkFrequency |
Configures the LCD Blink frequency. This parameter can be one value of LCD Blink Frequency
Definition at line 70 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::BlinkMode |
Configures the LCD Blink Mode. This parameter can be one value of LCD Blink Mode
Definition at line 68 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::Contrast |
Configures the LCD Contrast. This parameter can be one value of LCD Contrast
Definition at line 60 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::DeadTime |
Configures the LCD Dead Time. This parameter can be one value of LCD Dead Time
Definition at line 62 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::Divider |
Configures the LCD Divider. This parameter can be one value of LCD Divider
Definition at line 52 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::Duty |
Configures the LCD Duty. This parameter can be one value of LCD Duty
Definition at line 54 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::HighDrive |
Enable or disable the low resistance divider. This parameter can be one value of LCD High Drive
Definition at line 66 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::MuxSegment |
Enable or disable mux segment. This parameter can be one value of LCD Mux Segment
Definition at line 72 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::Prescaler |
Configures the LCD Prescaler. This parameter can be one value of LCD Prescaler
Definition at line 50 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::PulseOnDuration |
Configures the LCD Pulse On Duration. This parameter can be one value of LCD Pulse On Duration
Definition at line 64 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
uint32_t LCD_InitTypeDef::VoltageSource |
Selects the LCD Voltage source. This parameter can be one value of LCD Voltage Source
Definition at line 58 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().