Home
last modified time | relevance | path

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

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