Home
last modified time | relevance | path

Searched refs:otPlatDebugUart_logfile (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/platform/
Ddebug_uart.h182 otError otPlatDebugUart_logfile(const char *filename);
/openthread-latest/examples/platforms/utils/
Ddebug_uart.c115 otError otPlatDebugUart_logfile(const char *filename) in otPlatDebugUart_logfile() function
/openthread-latest/examples/platforms/simulation/
Duart.c288 otError otPlatDebugUart_logfile(const char *filename) in otPlatDebugUart_logfile() function
/openthread-latest/src/cli/
Dcli.cpp3006 SuccessOrExit(error = otPlatDebugUart_logfile(aArgs[1].GetCString())); in Process()