Searched refs:MB_TCP_SEND_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
79 #define MB_TCP_SEND_TIMEOUT_MS (500) // send event timeout in mS macro80 #define MB_TCP_SEND_TIMEOUT (pdMS_TO_TICKS(MB_TCP_SEND_TIMEOUT_MS))
706 vxMBTCPPortMStoTimeVal(MB_TCP_SEND_TIMEOUT_MS, &xTimeVal); in xMBTCPPortSendResponse()
983 … int xRes = xMBMasterTCPPortWritePoll(pxInfo, pucMBTCPFrame, usTCPLength, MB_TCP_SEND_TIMEOUT_MS); in xMBMasterTCPPortSendResponse()