Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c663 fd_set xConnSet; in vMBTCPPortMasterTask() local
724 FD_ZERO(&xConnSet); in vMBTCPPortMasterTask()
744 if (FD_ISSET(pxInfo->xSockId, &xConnSet)) { in vMBTCPPortMasterTask()
745 FD_CLR(pxInfo->xSockId, &xConnSet); in vMBTCPPortMasterTask()
756 if (!FD_ISSET(pxInfo->xSockId, &xConnSet)) { in vMBTCPPortMasterTask()
757 FD_SET(pxInfo->xSockId, &xConnSet); in vMBTCPPortMasterTask()
788 xReadSet = xConnSet; in vMBTCPPortMasterTask()
830 xMBTCPPortMasterCheckConnState(&xConnSet); in vMBTCPPortMasterTask()
863 xMBTCPPortMasterCheckConnState(&xConnSet); in vMBTCPPortMasterTask()