Home
last modified time | relevance | path

Searched refs:xTimeVal (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c241 struct timeval xTimeVal; in xMBTCPPortRxPoll() local
248 vxMBTCPPortMStoTimeVal(xTimeoutMs, &xTimeVal); in xMBTCPPortRxPoll()
254 xRet = select(pxClientInfo->xSockId + 1, &xReadSet, NULL, NULL, &xTimeVal); in xMBTCPPortRxPoll()
431 struct timeval xTimeVal; in vMBTCPPortServerTask() local
450 vxMBTCPPortMStoTimeVal(1, &xTimeVal); in vMBTCPPortServerTask()
699 struct timeval xTimeVal; in xMBTCPPortSendResponse() local
706 vxMBTCPPortMStoTimeVal(MB_TCP_SEND_TIMEOUT_MS, &xTimeVal); in xMBTCPPortSendResponse()
708 … xErr = select(xConfig.pxCurClientInfo->xSockId + 1, NULL, &xWriteSet, &xErrorSet, &xTimeVal); in xMBTCPPortSendResponse()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c404 struct timeval xTimeVal; in xMBTCPPortMasterCheckAlive() local
411 vMBTCPPortMasterMStoTimeVal(xTimeoutMs, &xTimeVal); in xMBTCPPortMasterCheckAlive()
413 xErr = select(pxInfo->xSockId + 1, NULL, &xWriteSet, &xErrorSet, &xTimeVal); in xMBTCPPortMasterCheckAlive()