Home
last modified time | relevance | path

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

/openthread-3.5.0/examples/platforms/utils/
Ddebug_uart.c69 otPlatDebugUart_putchar((int)(*pBytes)); in otPlatDebugUart_write_bytes()
80 otPlatDebugUart_putchar(*s); in otPlatDebugUart_puts_no_nl()
89 otPlatDebugUart_putchar('\n'); in otPlatDebugUart_puts()
93 void otPlatDebugUart_putchar(int c) in otPlatDebugUart_putchar() function
138 otPlatDebugUart_putchar('\n'); in otPlatLog()
/openthread-3.5.0/include/openthread/platform/
Ddebug_uart.h143 void otPlatDebugUart_putchar(int c);