Home
last modified time | relevance | path

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

/external/openthread/examples/platforms/cc2538/
Duart.c61 static const uint8_t *sTransmitBuffer = NULL; variable
149 otEXPECT_ACTION(sTransmitBuffer == NULL, error = OT_ERROR_BUSY); in otPlatUartSend()
151 sTransmitBuffer = aBuf; in otPlatUartSend()
184 otEXPECT(sTransmitBuffer != NULL); in otPlatUartFlush()
191 HWREG(UART0_BASE + UART_O_DR) = *sTransmitBuffer++; in otPlatUartFlush()
194 sTransmitBuffer = NULL; in otPlatUartFlush()