OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hlcd_sc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
hd44780_subr.c
134
if (row > 0 && (hdscr->
hlcd_sc
->sc_flags & (HD_MULTILINE|HD_MULTICHIP)))
135
hdscr->image[hdscr->
hlcd_sc
->sc_cols * row + col] = c;
148
if ((dstcol + ncols - 1) > hdscr->
hlcd_sc
->sc_cols)
149
ncols = hdscr->
hlcd_sc
->sc_cols - srccol;
151
if (row > 0 && (hdscr->
hlcd_sc
->sc_flags & (HD_MULTILINE|HD_MULTICHIP)))
152
memmove(&hdscr->image[hdscr->
hlcd_sc
->sc_cols * row + dstcol],
153
&hdscr->image[hdscr->
hlcd_sc
->sc_cols * row + srccol],
168
if ((startcol + ncols) > hdscr->
hlcd_sc
->sc_cols)
169
ncols = hdscr->
hlcd_sc
->sc_cols - startcol;
171
if (row > 0 && (hdscr->
hlcd_sc
->sc_flags & (HD_MULTILINE|HD_MULTICHIP))
[
all
...]
hd44780var.h
88
struct hd44780_chip *
hlcd_sc
;
member in struct:hlcd_screen
Completed in 11 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025