Home
last modified time | relevance | path

Searched refs:otPlatDebugUart_putchar_raw (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/examples/platforms/utils/
Ddebug_uart.c98 otPlatDebugUart_putchar_raw('\r'); in otPlatDebugUart_putchar()
101 otPlatDebugUart_putchar_raw(c); in otPlatDebugUart_putchar()
106 void otPlatDebugUart_putchar_raw(int c) { OT_UNUSED_VARIABLE(c); } in otPlatDebugUart_putchar_raw() function
/openthread-latest/include/openthread/platform/
Ddebug_uart.h111 void otPlatDebugUart_putchar_raw(int c);
/openthread-latest/examples/platforms/simulation/
Duart.c295 void otPlatDebugUart_putchar_raw(int c) in otPlatDebugUart_putchar_raw() function