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
400 static inline void os_timer_arm(void *ptimer,uint32_t milliseconds,bool repeat_flag) in os_timer_arm()