Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h313 typedef int (*cbprintf_convert_cb)(const void *buf, size_t len, void *ctx); typedef
514 cbprintf_convert_cb cb,
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c223 static int append_string(cbprintf_convert_cb cb, void *ctx, const char *str, uint16_t strl) in append_string()
915 cbprintf_convert_cb cb, in cbprintf_package_convert()