Searched refs:xTimeStamp (Results 1 – 2 of 2) sorted by relevance
79 int64_t xTimeStamp = esp_timer_get_time(); in xMBTCPGetTimeStamp() local80 return xTimeStamp; in xMBTCPGetTimeStamp()543 uint64_t xTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortServerTask() local550 … (int)(xTimeStamp - pxClientInfo->xRecvTimeStamp)); in vMBTCPPortServerTask()
209 int64_t xTimeStamp = esp_timer_get_time(); in xMBTCPGetTimeStamp() local210 return xTimeStamp; in xMBTCPGetTimeStamp()257 int64_t xTimeStamp = xMBTCPGetTimeStamp() - pxInfo->xSendTimeStamp; in xMBTCPPortMasterGetRespTimeLeft() local258 return (xTimeStamp > (1000 * MB_MASTER_TIMEOUT_MS_RESPOND)) ? 0 : in xMBTCPPortMasterGetRespTimeLeft()259 (MB_MASTER_TIMEOUT_MS_RESPOND - (xTimeStamp / 1000) - 1); in xMBTCPPortMasterGetRespTimeLeft()