Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c270 … MB_PORT_CHECK((pxClientInfo->usTCPBufPos + pxClientInfo->usTCPFrameBytesLeft < MB_TCP_BUF_SIZE), in xMBTCPPortRxPoll()
273 … (pxClientInfo->usTCPBufPos + pxClientInfo->usTCPFrameBytesLeft)); in xMBTCPPortRxPoll()
275 pxClientInfo->usTCPFrameBytesLeft, MSG_DONTWAIT); in xMBTCPPortRxPoll()
290 pxClientInfo->usTCPFrameBytesLeft -= xLength; in xMBTCPPortRxPoll()
298 … pxClientInfo->usTCPFrameBytesLeft = xLength + MB_TCP_UID - pxClientInfo->usTCPBufPos; in xMBTCPPortRxPoll()
526 pxClientInfo->usTCPFrameBytesLeft = MB_TCP_FUNC; in vMBTCPPortServerTask()
686 xConfig.pxCurClientInfo->usTCPFrameBytesLeft = MB_TCP_FUNC; in xMBTCPPortGetRequest()
Dport_tcp_slave.h71 USHORT usTCPFrameBytesLeft; /*!< buffer left bytes to receive transaction */ member