Searched refs:MB_TCP_TID (Results 1 – 3 of 3) sorted by relevance
304 … 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()
77 #define MB_TCP_TID 0 macro
358 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()