Utilities
LCD_CacheBuffer_xptr
is only used within Utilities.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Utilities
LCD_CacheBuffer_xptr
LCD_CacheBuffer_xptr variable
Syntax
Show:
Summary
Declaration
from
lcd_log.c:84
uint16_t
LCD_CacheBuffer_xptr
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
LCD_CacheBuffer_xptr
;
lcd_log.c:84
LCD_CacheBuffer_xptr
=
0
;
lcd_log.c:139
LCD_LOG_DeInit()
if
(
(
LCD_CacheBuffer_xptr
<
(
BSP_LCD_GetXSize
(
)
)
/
cFont
->
Width
)
&&
(
ch
!=
'\n'
)
)
lcd_log.c:242
LCD_CacheBuffer
[
LCD_CacheBuffer_yptr_bottom
]
.
line
[
LCD_CacheBuffer_xptr
++
]
=
(
uint16_t
)
ch
;
lcd_log.c:244
for
(
idx
=
LCD_CacheBuffer_xptr
;
idx
<
(
BSP_LCD_GetXSize
(
)
)
/
cFont
->
Width
;
idx
++
)
lcd_log.c:266
LCD_CacheBuffer
[
LCD_CacheBuffer_yptr_bottom
]
.
line
[
LCD_CacheBuffer_xptr
++
]
=
' '
;
lcd_log.c:268
LCD_CacheBuffer_xptr
=
0
;
lcd_log.c:272
LCD_CacheBuffer
[
LCD_CacheBuffer_yptr_bottom
]
.
line
[
LCD_CacheBuffer_xptr
++
]
=
(
uint16_t
)
ch
;
lcd_log.c:287
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LCD_CacheBuffer_xptr
is written by 1 function:
LCD_LOG_DeInit()
All items filtered out
LCD_CacheBuffer_xptr
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out