HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
EspPeriodicTimer.h File Reference

MCU-integrated periodic timer implementation. More...

#include "BasePeriodicTimer.h"
#include "EspTypes.h"
#include <cstdint>
Include dependency graph for EspPeriodicTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EspPeriodicTimer
 MCU-integrated periodic timer implementation. More...
 

Detailed Description

MCU-integrated periodic timer implementation.

This header provides a periodic timer implementation for microcontrollers with built-in timer peripherals. On ESP32, this wraps the ESP timer API, on other MCUs it would wrap hardware timers, etc. The implementation supports high-precision timing, periodic callbacks, and timer management features.

Author
Nebiyu Tadesse
Date
2025
Note
This is the primary timer implementation for MCUs with integrated timer capabilities.