Home
last modified time | relevance | path

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

/hal_espressif-latest/components/log/
Dlog_freertos.c108 TickType_t tick_count = xPortInIsrContext() ? xTaskGetTickCountFromISR() : xTaskGetTickCount(); in esp_log_timestamp() local
109 return base + tick_count * (1000 / configTICK_RATE_HZ); in esp_log_timestamp()