Searched refs:milliseconds (Results 1 – 8 of 8) sorted by relevance
44 uint32_t milliseconds = current_time.tv_sec * 1000 + current_time.tv_nsec / 1000000; in esp_log_timestamp() local45 return milliseconds; in esp_log_timestamp()
113 milliseconds since boot.
104 void OI_Sleep(OI_UINT32 milliseconds);
125 void os_timer_arm(ETSTimer *ptimer,uint32_t milliseconds,bool repeat_flag) __attribute__((alias("et…
400 static inline void os_timer_arm(void *ptimer,uint32_t milliseconds,bool repeat_flag) in os_timer_arm() argument402 return wifi_funcs->_timer_arm(ptimer, milliseconds, repeat_flag); in os_timer_arm()
804 node time to prepare the response. The value is in units of milliseconds.815 milliseconds, so e.g. a value of 300 means 30 seconds.827 The value is in units of 100 milliseconds, so e.g. a value of 300 means835 Latency (in milliseconds) is the time it takes to enable scanning. In867 Receive Window in milliseconds supported by the Friend node.
335 to receive or send, the time will also be refreshed. unit: milliseconds.354 will refreshed. unit: milliseconds.
528 BLE Host stop procedure timeout in milliseconds.