Home
last modified time | relevance | path

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

/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.c56 LCD_CS_RST_OUT &= ~LCD_CS_PIN; //CS = 0 --> Start Transfer in halLcdSendCommand()
66 LCD_CS_RST_OUT |= LCD_CS_PIN; //CS = 1 --> Stop Transfer in halLcdSendCommand()
67 LCD_CS_RST_OUT &= ~LCD_CS_PIN; //CS = 0 --> Start Transfer in halLcdSendCommand()
70 LCD_CS_RST_OUT |= LCD_CS_PIN; //CS = 1 --> Stop Transfer in halLcdSendCommand()
87 LCD_CS_RST_OUT |= LCD_CS_PIN | LCD_RESET_PIN ; in halLcdInit()
92 LCD_CS_RST_OUT &= ~LCD_RESET_PIN; // Reset LCD in halLcdInit()
94 LCD_CS_RST_OUT |= LCD_RESET_PIN; in halLcdInit()
131 LCD_CS_RST_OUT &= ~(LCD_CS_PIN | LCD_RESET_PIN ); in halLcdShutDown()
132 LCD_CS_RST_OUT &= ~LCD_RESET_PIN; in halLcdShutDown()
H A Dhal_lcd.h28 #define LCD_CS_RST_OUT LCD_COMM_OUT macro
33 #define LCD_CS_RST_OUT P9OUT macro