Home
last modified time | relevance | path

Searched defs:printfcb (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/os/
Dcbprintf.c68 int printfcb(const char *format, ...) in printfcb() function
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h825 #define printfcb(format, ...) printf(format, __VA_ARGS__) macro