Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Ddebug_uart.c65 void otPlatDebugUart_write_bytes(const uint8_t *pBytes, int nBytes) in otPlatDebugUart_write_bytes() argument
69 otPlatDebugUart_putchar((int)(*pBytes)); in otPlatDebugUart_write_bytes()
70 pBytes++; in otPlatDebugUart_write_bytes()
/openthread-latest/include/openthread/platform/
Ddebug_uart.h161 void otPlatDebugUart_write_bytes(const uint8_t *pBytes, int nBytes);