Home
last modified time | relevance | path

Searched refs:LOG_CACHE_PRINT (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/logging/
Dlog_cache.c15 #define LOG_CACHE_PRINT(...) printk(__VA_ARGS__) macro
19 #define LOG_CACHE_PRINT(...) macro
59 LOG_CACHE_PRINT("cache_get for id %lx\n", id); in log_cache_get()