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

ESP32 timer type definitions for hardware abstraction. More...

#include "EspTypes_Base.h"
#include "HardwareTypes.h"
#include "McuSelect.h"
#include "esp_timer.h"
Include dependency graph for EspTypes_Timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef esp_timer_handle_t hf_timer_handle_t
 
typedef uint64_t hf_timestamp_us_t
 

Detailed Description

ESP32 timer type definitions for hardware abstraction.

This header defines only the essential timer-specific types used by the EspPeriodicTimer implementation. Clean and minimal approach.

Author
Nebiyu Tadesse
Date
2025

Typedef Documentation

◆ hf_timer_handle_t

typedef esp_timer_handle_t hf_timer_handle_t

◆ hf_timestamp_us_t

typedef uint64_t hf_timestamp_us_t