Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/lwip/apps/ping/
Dping_sock.c159 TickType_t last_wake; in esp_ping_thread() local
172 last_wake = xTaskGetTickCount(); in esp_ping_thread()
190 … vTaskDelayUntil(&last_wake, pdMS_TO_TICKS(ep->interval_ms)); // to get a more accurate delay in esp_ping_thread()