Home
last modified time | relevance | path

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

/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.c375 halLcdDrawCurrentBlock(Value); in halLcdDrawBlock()
387 void halLcdDrawCurrentBlock(unsigned int Value) in halLcdDrawCurrentBlock() function
514 halLcdDrawCurrentBlock(0x00); in halLcdClearScreen()
544 halLcdDrawCurrentBlock(Image[index++]); in halLcdImage()
571 halLcdDrawCurrentBlock(0); in halLcdClearImage()
981 halLcdDrawCurrentBlock( ( (LCD_MEM[LcdTableAddressTemp+i] & 0xFFFC ) >> 2 ) \ in halLcdScrollRow()
984 halLcdDrawCurrentBlock( (( LCD_MEM[LcdTableAddressTemp + 0x10] & 0xFFFC ) >> 2) + temp); in halLcdScrollRow()
H A Dhal_lcd.h77 void halLcdDrawCurrentBlock(unsigned int Value);