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

Production-quality ESP32C6 GPIO implementation with ESP-IDF v5.5+ advanced features. More...

#include "EspGpio.h"
#include <algorithm>
#include <atomic>
#include <cstring>
Include dependency graph for EspGpio.cpp:

Detailed Description

Production-quality ESP32C6 GPIO implementation with ESP-IDF v5.5+ advanced features.

This file contains a world-class implementation of MCU-specific GPIO for the BaseGpio class with comprehensive ESP32C6/ESP-IDF v5.5+ feature support. Features include dynamic mode switching, advanced glitch filtering, RTC GPIO, power management, sleep configuration, wake-up support, interrupt handling, and comprehensive diagnostics for industrial-grade applications.

Author
Nebiyu Tadesse
Date
2025
Note
This implementation represents production-ready, industrial-grade GPIO control suitable for mission-critical automotive and industrial applications.