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

Implementation of MCU-integrated periodic timer. More...

#include "EspPeriodicTimer.h"
#include <algorithm>
#include <cstring>
#include "esp_err.h"
#include "esp_log.h"
#include "esp_timer.h"
Include dependency graph for EspPeriodicTimer.cpp:

Variables

static const char * TAG = "EspPeriodicTimer"
 

Detailed Description

Implementation of MCU-integrated periodic timer.

This file provides the implementation for periodic timer functionality using the microcontroller's built-in timer peripherals. On ESP32, this wraps the ESP timer API for high-precision timing, periodic callbacks, and timer management with microsecond resolution and comprehensive error handling.

Author
Nebiyu Tadesse
Date
2025

Variable Documentation

◆ TAG

const char* TAG = "EspPeriodicTimer"
static