Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c238 static int xMBTCPPortRxPoll(MbClientInfo_t* pxClientInfo, ULONG xTimeoutMs) in xMBTCPPortRxPoll() argument
248 vxMBTCPPortMStoTimeVal(xTimeoutMs, &xTimeVal); in xMBTCPPortRxPoll()
262 if ((xStartTimeStamp + xTimeoutMs * 1000) > xMBTCPGetTimeStamp()) { in xMBTCPPortRxPoll()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c399 static err_t xMBTCPPortMasterCheckAlive(MbSlaveInfo_t* pxInfo, ULONG xTimeoutMs) in xMBTCPPortMasterCheckAlive() argument
411 vMBTCPPortMasterMStoTimeVal(xTimeoutMs, &xTimeVal); in xMBTCPPortMasterCheckAlive()