Searched refs:LCD_BF_MASK (Results 1 – 2 of 2) sorted by relevance
61 #define LCD_BF_MASK (1 << LCD_DB7) macro96 #define LCD_BF_MASK (1 << PORTC7) macro123 #define LCD_BF_MASK (1 << LCD_DB7) macro
348 LCD_BF_DDR &= ~LCD_BF_MASK; // make pull-up pin an input in init2()349 LCD_BF_PORT |= LCD_BF_MASK; // enable pull-up on BF pin in init2()407 LCD_BF_DDR &= ~LCD_BF_MASK; in busyWait()457 while ((data & LCD_BF_MASK) && (usCounter < lcdTimeout)); in busyWait()