Home
last modified time | relevance | path

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

/hal_espressif-latest/components/log/
Dlog_linux.c44 uint32_t milliseconds = current_time.tv_sec * 1000 + current_time.tv_nsec / 1000000; in esp_log_timestamp() local
45 return milliseconds; in esp_log_timestamp()
DKconfig113 milliseconds since boot.
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_osinterface.h104 void OI_Sleep(OI_UINT32 milliseconds);
/hal_espressif-latest/components/esp_timer/src/
Dets_timer_legacy.c125 void os_timer_arm(ETSTimer *ptimer,uint32_t milliseconds,bool repeat_flag) __attribute__((alias("et…
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h400 static inline void os_timer_arm(void *ptimer,uint32_t milliseconds,bool repeat_flag) in os_timer_arm() argument
402 return wifi_funcs->_timer_arm(ptimer, milliseconds, repeat_flag); in os_timer_arm()
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in804 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 means
835 Latency (in milliseconds) is the time it takes to enable scanning. In
867 Receive Window in milliseconds supported by the Friend node.
/hal_espressif-latest/components/esp_wifi/
DKconfig335 to receive or send, the time will also be refreshed. unit: milliseconds.
354 will refreshed. unit: milliseconds.
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in528 BLE Host stop procedure timeout in milliseconds.