Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/tcp/
Dmbtcp.c146 pucMBTCPFrame[MB_TCP_LEN] = ( usLength + 1 ) >> 8U; in eMBTCPSend()
147 pucMBTCPFrame[MB_TCP_LEN + 1] = ( usLength + 1 ) & 0xFF; in eMBTCPSend()
Dmbtcp_m.c145 pucMBTCPFrame[MB_TCP_LEN] = ( usLength + 1 ) >> 8U; in eMBMasterTCPSend()
146 pucMBTCPFrame[MB_TCP_LEN + 1] = ( usLength + 1 ) & 0xFF; in eMBMasterTCPSend()
/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmbframe.h79 #define MB_TCP_LEN 4 macro
/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c294 xLength = (int)MB_TCP_GET_FIELD(pxClientInfo->pucTCPBuf, MB_TCP_LEN); in xMBTCPPortRxPoll()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c345 xLength = (int)MB_TCP_GET_FIELD(pxInfo->pucRcvBuf, MB_TCP_LEN); in vMBTCPPortMasterReadPacket()