idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
timer.hpp File Reference

High-resolution timer class. More...

#include <idfxx/error>
#include <algorithm>
#include <chrono>
#include <esp_timer.h>
#include <functional>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  idfxx::timer
 High-resolution timer with microsecond precision. More...
 
struct  idfxx::timer::clock
 Monotonic clock based on boot time. More...
 
struct  idfxx::timer::config
 Timer configuration parameters. More...
 

Namespaces

namespace  idfxx
 

Detailed Description

High-resolution timer class.

Definition in file timer.hpp.