Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c790xMBMasterPortFsmWaitConfirmation(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()
816 xMBMasterPortFsmWaitConfirmation(MB_EVENT_REQ_DONE_MASK, pdMS_TO_TICKS(xTime + 1)); in vMBTCPPortMasterTask()
825 xMBMasterPortFsmWaitConfirmation(MB_EVENT_REQ_DONE_MASK, pdMS_TO_TICKS(xTime)); in vMBTCPPortMasterTask()
869 … if (xMBMasterPortFsmWaitConfirmation(MB_EVENT_REQ_DONE_MASK, pdMS_TO_TICKS(xTime))) { in vMBTCPPortMasterTask()
/hal_espressif-3.6.0/components/freemodbus/modbus/include/
Dmbport.h118 xMBMasterPortFsmWaitConfirmation( eMBMasterEventType eEventMask, ULONG ulTimeout);
/hal_espressif-3.6.0/components/freemodbus/port/
Dportevent_m.c120 xMBMasterPortFsmWaitConfirmation( eMBMasterEventType eEventMask, ULONG ulTimeout) in xMBMasterPortFsmWaitConfirmation() function