LCD_CacheBuffer_yptr_top is only used within Utilities.
 
Symbols
loading...
Files
loading...

LCD_CacheBuffer_yptr_top variable

Syntax

uint16_t LCD_CacheBuffer_yptr_top;

References

LocationReferrerText
lcd_log.c:85
uint16_t LCD_CacheBuffer_yptr_top;
lcd_log.c:140LCD_LOG_DeInit()
LCD_CacheBuffer_yptr_top = 0;
lcd_log.c:235__io_putchar()
LCD_CacheBuffer_yptr_top = LCD_CacheBuffer_yptr_top_bak;
lcd_log.c:248__io_putchar()
if(LCD_CacheBuffer_yptr_top >= LCD_CacheBuffer_yptr_bottom)
lcd_log.c:253__io_putchar()
LCD_CacheBuffer_yptr_top++;
lcd_log.c:255__io_putchar()
if(LCD_CacheBuffer_yptr_top == LCD_CACHE_DEPTH)
lcd_log.c:257__io_putchar()
LCD_CacheBuffer_yptr_top = 0;
lcd_log.c:281__io_putchar()
LCD_CacheBuffer_yptr_top = 1;
lcd_log.c:307LCD_LOG_UpdateDisplay()
(LCD_CacheBuffer_yptr_bottom >= LCD_CacheBuffer_yptr_top))
lcd_log.c:316LCD_LOG_UpdateDisplay()
if(LCD_CacheBuffer_yptr_bottom < LCD_CacheBuffer_yptr_top)
lcd_log.c:355LCD_LOG_ScrollBack()
LCD_CacheBuffer_yptr_top_bak = LCD_CacheBuffer_yptr_top;
lcd_log.c:358LCD_LOG_ScrollBack()
if(LCD_CacheBuffer_yptr_bottom > LCD_CacheBuffer_yptr_top)
lcd_log.c:361LCD_LOG_ScrollBack()
if ((LCD_CacheBuffer_yptr_bottom - LCD_CacheBuffer_yptr_top) <= YWINDOW_SIZE)
lcd_log.c:369LCD_LOG_ScrollBack()
if((LCD_CacheBuffer_yptr_bottom > LCD_CacheBuffer_yptr_top)&&
lcd_log.c:382LCD_LOG_ScrollBack()
if(LCD_CacheBuffer_yptr_bottom > LCD_CacheBuffer_yptr_top)
lcd_log.c:385LCD_LOG_ScrollBack()
if((LCD_CacheBuffer_yptr_bottom - LCD_CacheBuffer_yptr_top) < YWINDOW_SIZE )
lcd_log.c:393LCD_LOG_ScrollBack()
else if(LCD_CacheBuffer_yptr_bottom <= LCD_CacheBuffer_yptr_top)
lcd_log.c:396LCD_LOG_ScrollBack()
if((LCD_CACHE_DEPTH - LCD_CacheBuffer_yptr_top + LCD_CacheBuffer_yptr_bottom) < YWINDOW_SIZE)
lcd_log.c:429LCD_LOG_ScrollForward()
LCD_CacheBuffer_yptr_top_bak = LCD_CacheBuffer_yptr_top;
lcd_log.c:431LCD_LOG_ScrollForward()
if(LCD_CacheBuffer_yptr_bottom > LCD_CacheBuffer_yptr_top)
lcd_log.c:434LCD_LOG_ScrollForward()
if ((LCD_CacheBuffer_yptr_bottom - LCD_CacheBuffer_yptr_top) <= YWINDOW_SIZE)
lcd_log.c:442LCD_LOG_ScrollForward()
if((LCD_CacheBuffer_yptr_bottom > LCD_CacheBuffer_yptr_top)&&

Data Use

Functions writing LCD_CacheBuffer_yptr_top
Functions reading LCD_CacheBuffer_yptr_top
__io_putchar()
all items filtered out
LCD_CacheBuffer_yptr_top
Type of LCD_CacheBuffer_yptr_top
LCD_CacheBuffer_yptr_top
uint16_t
all items filtered out