Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c287 USHORT usBytesLeft = usLength; in xMBTCPPortMasterGetBuf() local
292 while (usBytesLeft > 0) { in xMBTCPPortMasterGetBuf()
295 xLength = recv(pxInfo->xSockId, pucBuf, usBytesLeft, MSG_DONTWAIT); in xMBTCPPortMasterGetBuf()
313 usBytesLeft -= xLength; in xMBTCPPortMasterGetBuf()