LOG_DEPTH is only used within MB1063.
 
Symbols
loading...
Files
loading...

LOG_DEPTH macro

Kernel Log routines

Syntax

#define LOG_DEPTH (4 * 512)

References

LocationText
k_log.c:36
#define LOG_DEPTH (4 * 512)
k_log.c:57
pLOG_CacheBuffer = (uint8_t *)k_malloc(LOG_DEPTH);
k_log.c:58
memset (pLOG_CacheBuffer, 0, LOG_DEPTH);
k_log.c:71
if( LOG_IN_ptr++ >= LOG_DEPTH)
k_log.c:74
for (cnt = 1; cnt < LOG_DEPTH; cnt ++)
k_log.c:78
LOG_IN_ptr = LOG_DEPTH;