Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c353 pxInfo->xSockId, pxInfo->pcIpAddr, pxInfo->usRcvPos, in vMBTCPPortMasterReadPacket()
367 pxInfo->usRcvPos += xRet + MB_TCP_UID; in vMBTCPPortMasterReadPacket()
369 pxInfo->xSockId, pxInfo->pcIpAddr, pxInfo->usRcvPos, in vMBTCPPortMasterReadPacket()
372 return pxInfo->usRcvPos; in vMBTCPPortMasterReadPacket()
699 pxInfo->usRcvPos = 0; in vMBTCPPortMasterTask()
936 *usTCPLength = pxInfo->usRcvPos; in xMBMasterTCPPortGetRequest()
939 pxInfo->usRcvPos = 0; in xMBMasterTCPPortGetRequest()
994 pxInfo->usRcvPos = 0; in xMBMasterTCPPortSendResponse()
Dport_tcp_master.h72 USHORT usRcvPos; /*!< Receive buffer position */ member