STM8L15x Standard Peripherals Drivers: LCD_Pulse_On_Duration

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

LCD_Pulse_On_Duration

element values correspond to the bits position More...

Defines

#define IS_LCD_PULSE_DURATION(DURATION)

Enumerations

enum  LCD_PulseOnDuration_TypeDef {
  LCD_PulseOnDuration_0 = (uint8_t)0x00, LCD_PulseOnDuration_1 = (uint8_t)0x20, LCD_PulseOnDuration_2 = (uint8_t)0x40, LCD_PulseOnDuration_3 = (uint8_t)0x60,
  LCD_PulseOnDuration_4 = (uint8_t)0x80, LCD_PulseOnDuration_5 = (uint8_t)0xA0, LCD_PulseOnDuration_6 = (uint8_t)0xC0, LCD_PulseOnDuration_7 = (uint8_t)0xE0
}

Detailed Description

element values correspond to the bits position


Define Documentation

#define IS_LCD_PULSE_DURATION (   DURATION)
Value:
(((DURATION) == LCD_PulseOnDuration_0) || \
    ((DURATION) == LCD_PulseOnDuration_1) || \
    ((DURATION) == LCD_PulseOnDuration_2) || \
    ((DURATION) == LCD_PulseOnDuration_3) || \
    ((DURATION) == LCD_PulseOnDuration_4) || \
    ((DURATION) == LCD_PulseOnDuration_5) || \
    ((DURATION) == LCD_PulseOnDuration_6) || \
    ((DURATION) == LCD_PulseOnDuration_7))

Definition at line 229 of file stm8l15x_lcd.h.

Referenced by LCD_PulseOnDurationConfig().


Enumeration Type Documentation

Enumerator:
LCD_PulseOnDuration_0 

Pulse on duration = 0/CLKprescaler

LCD_PulseOnDuration_1 

Pulse on duration = 1/CLKprescaler

LCD_PulseOnDuration_2 

Pulse on duration = 2/CLKprescaler

LCD_PulseOnDuration_3 

Pulse on duration = 3/CLKprescaler

LCD_PulseOnDuration_4 

Pulse on duration = 4/CLKprescaler

LCD_PulseOnDuration_5 

Pulse on duration = 5/CLKprescaler

LCD_PulseOnDuration_6 

Pulse on duration = 6/CLKprescaler

LCD_PulseOnDuration_7 

Pulse on duration = 7/CLKprescaler

Definition at line 218 of file stm8l15x_lcd.h.

STM8S Firmware Library: Overview

 

 

 

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