Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/subsys/logging/log_custom_header/src/
Dlog_custom_header.c24 static int cbprintf_callback(int c, void *ctx) in cbprintf_callback() function
38 int slen = cbpprintf(cbprintf_callback, &pstr, p); in backend_process()
/Zephyr-Core-3.7.0/tests/subsys/logging/log_backend_init/src/
Dmain.c28 static int cbprintf_callback(int c, void *ctx) in cbprintf_callback() function
48 int slen = cbpprintf(cbprintf_callback, &pstr, p); in backend_process()