Home
last modified time | relevance | path

Searched refs:LcdTableAddress (Results 1 – 1 of 1) sorted by relevance

/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.c40 static unsigned int LcdAddress = 0, LcdTableAddress = 0; variable
356 LcdTableAddress = temp + (Address & 0x1F); in halLcdSetAddress()
393 LCD_MEM[ LcdTableAddress ] = Value; in halLcdDrawCurrentBlock()
401 LcdTableAddress = temp + (LcdAddress & 0x1F); in halLcdDrawCurrentBlock()
591 LCD_MEM[ LcdTableAddress ] = Value; in halLcdDrawTextBlock()
599 LcdTableAddress = temp + (LcdAddress & 0x1F); in halLcdDrawTextBlock()