Home
last modified time | relevance | path

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

/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() function
583 xErr = xMBTCPPortMasterCheckAlive(pxInfo, MB_TCP_CONNECTION_TIMEOUT_MS); in xMBTCPPortMasterConnect()
635 xErr = xMBTCPPortMasterCheckAlive(pxInfo, 0); in xMBTCPPortMasterCheckConnState()
951 int xRes = (int)xMBTCPPortMasterCheckAlive(pxInfo, xTimeout); in xMBMasterTCPPortWritePoll()