Home
last modified time | relevance | path

Searched defs: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
543 uint64_t xTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortServerTask() local
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c209 int64_t xTimeStamp = esp_timer_get_time(); in xMBTCPGetTimeStamp() local
257 int64_t xTimeStamp = xMBTCPGetTimeStamp() - pxInfo->xSendTimeStamp; in xMBTCPPortMasterGetRespTimeLeft() local