STM8L15x Standard Peripherals Drivers: LCD_RAMRegister

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_LCD_RAM_REGISTER(REGISTER)

Enumerations

enum  LCD_RAMRegister_TypeDef {
  LCD_RAMRegister_0 = (uint8_t)0x00, LCD_RAMRegister_1 = (uint8_t)0x01, LCD_RAMRegister_2 = (uint8_t)0x02, LCD_RAMRegister_3 = (uint8_t)0x03,
  LCD_RAMRegister_4 = (uint8_t)0x04, LCD_RAMRegister_5 = (uint8_t)0x05, LCD_RAMRegister_6 = (uint8_t)0x06, LCD_RAMRegister_7 = (uint8_t)0x07,
  LCD_RAMRegister_8 = (uint8_t)0x08, LCD_RAMRegister_9 = (uint8_t)0x09, LCD_RAMRegister_10 = (uint8_t)0x0A, LCD_RAMRegister_11 = (uint8_t)0x0B,
  LCD_RAMRegister_12 = (uint8_t)0x0C, LCD_RAMRegister_13 = (uint8_t)0x0D, LCD_RAMRegister_14 = (uint8_t)0x0E, LCD_RAMRegister_15 = (uint8_t)0x0F,
  LCD_RAMRegister_16 = (uint8_t)0x10, LCD_RAMRegister_17 = (uint8_t)0x11, LCD_RAMRegister_18 = (uint8_t)0x12, LCD_RAMRegister_19 = (uint8_t)0x13,
  LCD_RAMRegister_20 = (uint8_t)0x14, LCD_RAMRegister_21 = (uint8_t)0x15
}

Define Documentation

#define IS_LCD_RAM_REGISTER (   REGISTER)
Value:
(((REGISTER) == LCD_RAMRegister_0) || \
                                       ((REGISTER) == LCD_RAMRegister_1) || \
                                       ((REGISTER) == LCD_RAMRegister_2) || \
                                       ((REGISTER) == LCD_RAMRegister_3) || \
                                       ((REGISTER) == LCD_RAMRegister_4) || \
                                       ((REGISTER) == LCD_RAMRegister_5) || \
                                       ((REGISTER) == LCD_RAMRegister_6) || \
                                       ((REGISTER) == LCD_RAMRegister_7) || \
                                       ((REGISTER) == LCD_RAMRegister_8) || \
                                       ((REGISTER) == LCD_RAMRegister_9) || \
                                       ((REGISTER) == LCD_RAMRegister_10) || \
                                       ((REGISTER) == LCD_RAMRegister_11) || \
                                       ((REGISTER) == LCD_RAMRegister_12) || \
                                       ((REGISTER) == LCD_RAMRegister_13) || \
                                       ((REGISTER) == LCD_RAMRegister_14) || \
                                       ((REGISTER) == LCD_RAMRegister_15) || \
                                       ((REGISTER) == LCD_RAMRegister_16) || \
                                       ((REGISTER) == LCD_RAMRegister_17) || \
                                       ((REGISTER) == LCD_RAMRegister_18) || \
                                       ((REGISTER) == LCD_RAMRegister_19) || \
                                       ((REGISTER) == LCD_RAMRegister_20) || \
                                       ((REGISTER) == LCD_RAMRegister_21))

Definition at line 344 of file stm8l15x_lcd.h.

Referenced by LCD_WriteRAM().


Enumeration Type Documentation

Enumerator:
LCD_RAMRegister_0 

RAM Register 0

LCD_RAMRegister_1 

RAM Register 1

LCD_RAMRegister_2 

RAM Register 2

LCD_RAMRegister_3 

RAM Register 3

LCD_RAMRegister_4 

RAM Register 4

LCD_RAMRegister_5 

RAM Register 5

LCD_RAMRegister_6 

RAM Register 6

LCD_RAMRegister_7 

RAM Register 7

LCD_RAMRegister_8 

RAM Register 8

LCD_RAMRegister_9 

RAM Register 9

LCD_RAMRegister_10 

RAM Register 10

LCD_RAMRegister_11 

RAM Register 11

LCD_RAMRegister_12 

RAM Register 12

LCD_RAMRegister_13 

RAM Register 13

LCD_RAMRegister_14 

RAM Register 14

LCD_RAMRegister_15 

RAM Register 15

LCD_RAMRegister_16 

RAM Register 16

LCD_RAMRegister_17 

RAM Register 17

LCD_RAMRegister_18 

RAM Register 18

LCD_RAMRegister_19 

RAM Register 19

LCD_RAMRegister_20 

RAM Register 20

LCD_RAMRegister_21 

RAM Register 21

Definition at line 319 of file stm8l15x_lcd.h.

STM8S Firmware Library: Overview

 

 

 

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