Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/
Desp_timer_cxx.cpp27 ESPTimer::ESPTimer(function<void()> timeout_cb, const string &timer_name) in ESPTimer() argument
28 : timeout_cb(timeout_cb), name(timer_name) in ESPTimer()
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/include/
Desp_timer_cxx.hpp59 ESPTimer(std::function<void()> timeout_cb, const std::string &timer_name = "ESPTimer");