// SPDX-FileCopyrightText: 2026 Roman Valls Guimera <brainstorm@nopcode.org>
//
// SPDX-License-Identifier: GPL-3.0-or-later
//! Timer implementation for ESP32 family
//!
//! Provides microsecond and millisecond timing using ESP32 hardware timers.
use ;
use TimerHal;
/// ESP32 Timer implementation using Embassy time
;