Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Ddebug_uart.c43 void otPlatDebugUart_printf(const char *fmt, ...) in otPlatDebugUart_printf() function
133 otPlatDebugUart_printf("%3d.%03d | ", (int)(now / 1000), (int)(now % 1000)); in otPlatLog()
/openthread-latest/include/openthread/platform/
Ddebug_uart.h83 void otPlatDebugUart_printf(const char *fmt, ...);