Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/test/
Dtest_esp_timer.cpp86 const int DELAY_MS = 100; variable
107 timer.start_periodic(chrono::microseconds(DELAY_MS * 1000));
109 TEST_ASSERT(xSemaphoreTake(done, DELAY_MS * NUM_INTERVALS * 2));
114 TEST_ASSERT_INT32_WITHIN(portTICK_PERIOD_MS, (i + 1) * DELAY_MS, intervals[i]);