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

LCD_CACHE_DEPTH macro

Syntax

#define LCD_CACHE_DEPTH (YWINDOW_SIZE + CACHE_SIZE)

References

LocationText
lcd_log.h:54
#define LCD_CACHE_DEPTH (YWINDOW_SIZE + CACHE_SIZE)
lcd_log.h:56
#define LCD_CACHE_DEPTH YWINDOW_SIZE
lcd_log.c:82
LCD_LOG_line LCD_CacheBuffer [LCD_CACHE_DEPTH];
lcd_log.c:255
if(LCD_CacheBuffer_yptr_top == LCD_CACHE_DEPTH)
lcd_log.c:278
if (LCD_CacheBuffer_yptr_bottom == LCD_CACHE_DEPTH)
lcd_log.c:319
length = LCD_CACHE_DEPTH + LCD_CacheBuffer_yptr_bottom ;
lcd_log.c:331
index = (cnt + ptr )% LCD_CACHE_DEPTH ;
lcd_log.c:396
if((LCD_CACHE_DEPTH - LCD_CacheBuffer_yptr_top + LCD_CacheBuffer_yptr_bottom) < YWINDOW_SIZE)
lcd_log.c:405
LCD_CacheBuffer_yptr_bottom = LCD_CACHE_DEPTH - 2;
lcd_log.c:456
if(++LCD_CacheBuffer_yptr_bottom == LCD_CACHE_DEPTH)