Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c79 int64_t xTimeStamp = esp_timer_get_time(); in xMBTCPGetTimeStamp() local
80 return xTimeStamp; in xMBTCPGetTimeStamp()
543 uint64_t xTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortServerTask() local
550 … (int)(xTimeStamp - pxClientInfo->xRecvTimeStamp)); in vMBTCPPortServerTask()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c209 int64_t xTimeStamp = esp_timer_get_time(); in xMBTCPGetTimeStamp() local
210 return xTimeStamp; in xMBTCPGetTimeStamp()
257 int64_t xTimeStamp = xMBTCPGetTimeStamp() - pxInfo->xSendTimeStamp; in xMBTCPPortMasterGetRespTimeLeft() local
258 return (xTimeStamp > (1000 * MB_MASTER_TIMEOUT_MS_RESPOND)) ? 0 : in xMBTCPPortMasterGetRespTimeLeft()
259 (MB_MASTER_TIMEOUT_MS_RESPOND - (xTimeStamp / 1000) - 1); in xMBTCPPortMasterGetRespTimeLeft()