idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::timer::config Struct Reference

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.
 

Detailed Description

Timer configuration parameters.

Definition at line 83 of file timer.hpp.

Member Data Documentation

◆ dispatch

enum dispatch_method idfxx::timer::config::dispatch = dispatch_method::task

Callback dispatch type.

Definition at line 85 of file timer.hpp.

◆ name

std::string_view idfxx::timer::config::name = ""

Timer name for debugging.

Definition at line 84 of file timer.hpp.

◆ skip_unhandled_events

bool idfxx::timer::config::skip_unhandled_events = false

Skip events if callback busy.

Definition at line 86 of file timer.hpp.


The documentation for this struct was generated from the following file: