Home
last modified time | relevance | path

Searched refs:get_time (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/newlib/test/
Dtest_time.c454 static struct timeval get_time(const char *desc, char *buffer) in get_time() function
474 get_time("Set time", buffer);
478 timestamp = get_time("Time now", buffer);
495 get_time("Time now", origin_buffer);
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/include/
Desp_timer_cxx.hpp33 static inline std::chrono::microseconds get_time() in get_time() function
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/main/
Desp_timer_test.cpp85 CHECK(get_time() == std::chrono::microseconds(0xfeeddeadbeef));