Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmbframe.h80 #define MB_TCP_UID 6 macro
/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c296 if (pxClientInfo->usTCPBufPos < (MB_TCP_UID + xLength)) { in xMBTCPPortRxPoll()
298 … pxClientInfo->usTCPFrameBytesLeft = xLength + MB_TCP_UID - pxClientInfo->usTCPBufPos; in xMBTCPPortRxPoll()
299 } else if (pxClientInfo->usTCPBufPos == (MB_TCP_UID + xLength)) { in xMBTCPPortRxPoll()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c333 xRet = xMBTCPPortMasterGetBuf(pxInfo, &pxInfo->pucRcvBuf[0], MB_TCP_UID); in vMBTCPPortMasterReadPacket()
337 } else if (xRet != MB_TCP_UID) { in vMBTCPPortMasterReadPacket()
346 xRet = xMBTCPPortMasterGetBuf(pxInfo, &pxInfo->pucRcvBuf[MB_TCP_UID], xLength); in vMBTCPPortMasterReadPacket()
367 pxInfo->usRcvPos += xRet + MB_TCP_UID; in vMBTCPPortMasterReadPacket()