Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/port/
Dport.h69 #define MB_TCP_BUF_SIZE (256 + 7) // Must hold a complete Modbus TCP frame. macro
/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()
307 } else if ((pxClientInfo->usTCPBufPos + xLength) >= MB_TCP_BUF_SIZE) { in xMBTCPPortRxPoll()
512 pxClientInfo->pucTCPBuf = calloc(MB_TCP_BUF_SIZE, sizeof(UCHAR)); in vMBTCPPortServerTask()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c692 pxInfo->pucRcvBuf = calloc(MB_TCP_BUF_SIZE, sizeof(UCHAR)); in vMBTCPPortMasterTask()