Searched refs:xWriteSet (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/freemodbus/tcp_slave/port/ |
D | port_tcp_slave.c | 696 fd_set xWriteSet; in xMBTCPPortSendResponse() local 702 FD_ZERO(&xWriteSet); in xMBTCPPortSendResponse() 704 FD_SET(xConfig.pxCurClientInfo->xSockId, &xWriteSet); in xMBTCPPortSendResponse() 708 … xErr = select(xConfig.pxCurClientInfo->xSockId + 1, NULL, &xWriteSet, &xErrorSet, &xTimeVal); in xMBTCPPortSendResponse()
|
/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/ |
D | port_tcp_master.c | 401 fd_set xWriteSet; in xMBTCPPortMasterCheckAlive() local 407 FD_ZERO(&xWriteSet); in xMBTCPPortMasterCheckAlive() 409 FD_SET(pxInfo->xSockId, &xWriteSet); in xMBTCPPortMasterCheckAlive() 413 xErr = select(pxInfo->xSockId + 1, NULL, &xWriteSet, &xErrorSet, &xTimeVal); in xMBTCPPortMasterCheckAlive()
|