Home
last modified time | relevance | path

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

/openthread-3.4.0/examples/platforms/utils/
Ddebug_uart.c65 void otPlatDebugUart_write_bytes(const uint8_t *pBytes, int nBytes) in otPlatDebugUart_write_bytes() argument
67 while (nBytes > 0) in otPlatDebugUart_write_bytes()
71 nBytes--; in otPlatDebugUart_write_bytes()
/openthread-3.4.0/include/openthread/platform/
Ddebug_uart.h162 void otPlatDebugUart_write_bytes(const uint8_t *pBytes, int nBytes);