|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Timer configuration parameters. More...
#include <idfxx_timer/include/idfxx/timer.hpp>
Public Attributes | |
| std::string_view | name = "" |
| Timer name for debugging. | |
| enum dispatch_method | dispatch = dispatch_method::task |
| Callback dispatch type. | |
| bool | skip_unhandled_events = false |
| Skip events if callback busy. | |
| enum dispatch_method idfxx::timer::config::dispatch = dispatch_method::task |
| std::string_view idfxx::timer::config::name = "" |