OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_displaycontrol
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lcd/
lcm1602.cxx
64
m_displayControl
= LCD_DISPLAYON | LCD_CURSOROFF | LCD_BLINKOFF;
89
m_displayControl
= LCD_DISPLAYON | LCD_CURSOROFF | LCD_BLINKOFF;
92
command(LCD_DISPLAYCONTROL |
m_displayControl
);
154
m_displayControl
= LCD_DISPLAYON | LCD_CURSOROFF | LCD_BLINKOFF;
155
command(LCD_DISPLAYCONTROL |
m_displayControl
);
291
m_displayControl
|= LCD_DISPLAYON;
292
return command(LCD_DISPLAYCONTROL |
m_displayControl
);
297
m_displayControl
&= ~LCD_DISPLAYON;
298
return command(LCD_DISPLAYCONTROL |
m_displayControl
);
303
m_displayControl
|= LCD_CURSORON
[
all
...]
lcm1602.h
230
uint8_t
m_displayControl
;
Completed in 64 milliseconds