Searched refs:MB_EVENT_WAIT_TOUT_MS (Results 1 – 1 of 1) sorted by relevance
69 #define MB_EVENT_WAIT_TOUT_MS ( 3000 ) macro673 …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()