Home
last modified time | relevance | path

Searched refs:LCD_CS_PIN (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()
88 LCD_CS_RST_DIR |= LCD_CS_PIN | LCD_RESET_PIN ; in halLcdInit()
130 LCD_CS_RST_DIR |= LCD_CS_PIN | LCD_RESET_PIN ; in halLcdShutDown()
131 LCD_CS_RST_OUT &= ~(LCD_CS_PIN | LCD_RESET_PIN ); in halLcdShutDown()
425 LCD_COMM_OUT &= ~LCD_CS_PIN; // start transfer CS=0 in halLcdReadBlock()
444 LCD_COMM_OUT |= LCD_CS_PIN; // Stop Transfer CS = 1 in halLcdReadBlock()
H A Dhal_lcd.h29 #define LCD_CS_PIN BIT1 macro
34 #define LCD_CS_PIN BIT6 macro