Home
last modified time | relevance | path

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

/dports/devel/libpololu-avr/libpololu-avr-151002/src/OrangutanLCD/
H A DOrangutanLCD.h61 #define LCD_BF_MASK (1 << LCD_DB7) macro
96 #define LCD_BF_MASK (1 << PORTC7) macro
123 #define LCD_BF_MASK (1 << LCD_DB7) macro
H A DOrangutanLCD.cpp348 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()