Home
last modified time | relevance | path

Searched refs:sendLen (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/uart_sample/
H A Duart.c127 int sendLen = len; in UartSend() local
131 while (sendLen > 0) { in UartSend()
132 ret = write(fd, (char*)sendBuf + count, sendLen); in UartSend()
138 sendLen = sendLen - ret; in UartSend()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
H A Dhisignalling.c371 int sendLen = len; in UartSend() local
375 while (sendLen > 0) { in UartSend()
376 ret = write(fd, (char*)sendBuf + count, sendLen); in UartSend()
382 sendLen = sendLen - ret; in UartSend()

Completed in 3 milliseconds