Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/logging/
Dlog_cache.h23 struct log_cache_config { struct
39 int log_cache_init(struct log_cache *cache, const struct log_cache_config *config); argument
Dlog_cache.c22 int log_cache_init(struct log_cache *cache, const struct log_cache_config *config) in log_cache_init()
Dlog_mgmt.c157 static const struct log_cache_config dname_cache_config = { in cache_init()
163 static const struct log_cache_config sname_cache_config = { in cache_init()
/Zephyr-Core-3.5.0/tests/subsys/logging/log_cache/src/
Dmain.c83 static const struct log_cache_config config = { in ZTEST()