Searched defs:milliseconds (Results 1 – 2 of 2) sorted by relevance
44 uint32_t milliseconds = current_time.tv_sec * 1000 + current_time.tv_nsec / 1000000; in esp_log_timestamp() local
166 uint32_t milliseconds = s_milliseconds; in ref_clock_get() local