Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c304 … pxClientInfo->usTidCnt = MB_TCP_GET_FIELD(pxClientInfo->pucTCPBuf, MB_TCP_TID); in xMBTCPPortRxPoll()
593 USHORT usSentTid = MB_TCP_GET_FIELD(pucSentBuffer, MB_TCP_TID); in vMBTCPPortServerTask()
716 pucMBTCPFrame[MB_TCP_TID] = (UCHAR)(xConfig.pxCurClientInfo->usTidCnt >> 8U); in xMBTCPPortSendResponse()
717 pucMBTCPFrame[MB_TCP_TID + 1] = (UCHAR)(xConfig.pxCurClientInfo->usTidCnt & 0xFF); in xMBTCPPortSendResponse()
/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmbframe.h77 #define MB_TCP_TID 0 macro
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c358 usTidRcv = MB_TCP_GET_FIELD(pxInfo->pucRcvBuf, MB_TCP_TID); in vMBTCPPortMasterReadPacket()
981 pucMBTCPFrame[MB_TCP_TID] = (UCHAR)(pxInfo->usTidCnt >> 8U); in xMBMasterTCPPortSendResponse()
982 pucMBTCPFrame[MB_TCP_TID + 1] = (UCHAR)(pxInfo->usTidCnt & 0xFF); in xMBMasterTCPPortSendResponse()