HF-Core Platform 0.1.0-dev
Hardware-Agnostic Handler Layer & RTOS Utilities for HardFOC
Loading...
Searching...
No Matches
Tle92466edHandler.h File Reference

Unified handler for TLE92466ED six-channel low-side solenoid driver IC. More...

#include <cstdint>
#include <memory>
#include <cstdarg>
#include <span>
#include <type_traits>
#include "core/hf-core-drivers/external/hf-tle92466ed-driver/inc/tle92466ed.hpp"
#include "core/hf-core-drivers/external/hf-tle92466ed-driver/inc/tle92466ed_spi_interface.hpp"
#include "base/BaseSpi.h"
#include "base/BaseGpio.h"
#include "RtosMutex.h"
Include dependency graph for Tle92466edHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HalSpiTle92466edComm
 CRTP SPI communication adapter for TLE92466ED using BaseSpi and BaseGpio. More...
 
class  Tle92466edHandler
 Unified handler for TLE92466ED six-channel solenoid driver. More...
 
struct  Tle92466edHandler::is_driver_result< T >
 Type trait to detect tle92466ed::DriverResult<T> types. More...
 
struct  Tle92466edHandler::is_driver_result< tle92466ed::DriverResult< T > >
 

Detailed Description

Unified handler for TLE92466ED six-channel low-side solenoid driver IC.

Provides HAL-level integration for the TLE92466ED gate driver using BaseSpi and BaseGpio. Features:

  • CRTP SPI adapter bridging BaseSpi to the TLE92466ED driver
  • 6-channel solenoid/valve control with current regulation
  • Comprehensive fault monitoring and diagnostic reporting
  • SPI watchdog management
  • Thread-safe operations with RtosMutex
  • Lazy initialization pattern
  • Full driver access through GetDriver() for advanced operations
Author
HardFOC Team
Date
2025