Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c69 #define MB_EVENT_WAIT_TOUT_MS ( 3000 ) macro
673 …Receive(xMbPortConfig.xConnectQueue, (void*)&xSlaveAddrInfo, pdMS_TO_TICKS(MB_EVENT_WAIT_TOUT_MS)); in vMBTCPPortMasterTask()
790 … xMBMasterPortFsmWaitConfirmation(EV_MASTER_FRAME_TRANSMIT, pdMS_TO_TICKS(MB_EVENT_WAIT_TOUT_MS)); in vMBTCPPortMasterTask()
792 …if (xMBMasterPortFsmWaitConfirmation(EV_MASTER_FRAME_SENT, pdMS_TO_TICKS(MB_EVENT_WAIT_TOUT_MS))) { in vMBTCPPortMasterTask()
900 …phore == NULL || xSemaphoreTake(xShutdownSemaphore, pdMS_TO_TICKS(MB_EVENT_WAIT_TOUT_MS)) != pdTRU… in vMBMasterTCPPortDisable()