STM8L15x Standard Peripherals Drivers: LCD_Voltage_Source

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

element values correspond to the bits position More...

Defines

#define IS_LCD_VOLTAGE_SOURCE(SOURCE)

Enumerations

enum  LCD_VoltageSource_TypeDef { LCD_VoltageSource_Internal = (uint8_t)0x00, LCD_VoltageSource_External = (uint8_t)0x01 }

Detailed Description

element values correspond to the bits position


Define Documentation

#define IS_LCD_VOLTAGE_SOURCE (   SOURCE)
Value:
(((SOURCE) == LCD_VoltageSource_Internal) || \
                                       ((SOURCE) == LCD_VoltageSource_External))

Definition at line 207 of file stm8l15x_lcd.h.

Referenced by LCD_Init().


Enumeration Type Documentation

Enumerator:
LCD_VoltageSource_Internal 

Internal voltage source for the LCD

LCD_VoltageSource_External 

External voltage source for the LCD

Definition at line 202 of file stm8l15x_lcd.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com