Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/port/
Dport.h79 #define MB_TCP_SEND_TIMEOUT_MS (500) // send event timeout in mS macro
80 #define MB_TCP_SEND_TIMEOUT (pdMS_TO_TICKS(MB_TCP_SEND_TIMEOUT_MS))
/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c706 vxMBTCPPortMStoTimeVal(MB_TCP_SEND_TIMEOUT_MS, &xTimeVal); in xMBTCPPortSendResponse()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c983 … int xRes = xMBMasterTCPPortWritePoll(pxInfo, pucMBTCPFrame, usTCPLength, MB_TCP_SEND_TIMEOUT_MS); in xMBMasterTCPPortSendResponse()