Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c263 static int vMBTCPPortMasterRxCheck(int xSd, fd_set* pxFdSet, int xTimeMs) in vMBTCPPortMasterRxCheck() argument
265 fd_set xReadSet = *pxFdSet; in vMBTCPPortMasterRxCheck()
266 fd_set xErrorSet = *pxFdSet; in vMBTCPPortMasterRxCheck()
279 *pxFdSet = xReadSet; in vMBTCPPortMasterRxCheck()
606 static MbSlaveInfo_t* xMBTCPPortMasterGetSlaveReady(fd_set* pxFdSet) in xMBTCPPortMasterGetSlaveReady() argument
615 if (FD_ISSET(pxInfo->xSockId, pxFdSet)) { in xMBTCPPortMasterGetSlaveReady()
616 FD_CLR(pxInfo->xSockId, pxFdSet); in xMBTCPPortMasterGetSlaveReady()
624 static int xMBTCPPortMasterCheckConnState(fd_set* pxFdSet) in xMBTCPPortMasterCheckConnState() argument
626 fd_set xConnSetCheck = *pxFdSet; in xMBTCPPortMasterCheckConnState()