Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/logging/
Dlog_backend_adsp_mtrace.h20 typedef void(*adsp_mtrace_log_hook_t)(size_t written, size_t space_left); typedef
28 void adsp_mtrace_log_init(adsp_mtrace_log_hook_t hook);
/Zephyr-Core-3.5.0/subsys/logging/backends/
Dlog_backend_adsp_mtrace.c32 static adsp_mtrace_log_hook_t mtrace_hook;
218 void adsp_mtrace_log_init(adsp_mtrace_log_hook_t hook) in adsp_mtrace_log_init()