Searched refs:tick_count (Results 1 – 1 of 1) sorted by relevance
108 TickType_t tick_count = xPortInIsrContext() ? xTaskGetTickCountFromISR() : xTaskGetTickCount(); in esp_log_timestamp() local109 return base + tick_count * (1000 / configTICK_RATE_HZ); in esp_log_timestamp()