Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/newlib/platform_include/
Dtime.h18 #ifndef CLOCK_MONOTONIC
19 #define CLOCK_MONOTONIC (clockid_t)4 macro
/hal_espressif-latest/components/mbedtls/port/
Desp_platform_time.c17 ret = clock_gettime(CLOCK_MONOTONIC, &tv); in mbedtls_ms_time()
/hal_espressif-latest/components/log/
Dlog_linux.c42 int result = clock_gettime(CLOCK_MONOTONIC, &current_time); in esp_log_timestamp()
/hal_espressif-latest/components/newlib/
Dtime.c254 case CLOCK_MONOTONIC: in clock_gettime()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c193 clock_gettime(CLOCK_MONOTONIC, &now); in btc_hf_latest_connected_idx()
747 clock_gettime(CLOCK_MONOTONIC, &hf_local_param[0].btc_hf_cb.call_end_timestamp); in btc_hf_phone_state_update()
1363 clock_gettime(CLOCK_MONOTONIC, &(hf_local_param[idx].btc_hf_cb.connected_timestamp)); in btc_hf_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c400 clock_gettime(CLOCK_MONOTONIC, &ts_now); in time_now_us()