TLE92466ED Driver 0.1.0-dev
Modern C++20 driver for Infineon TLE92466ED Six-Channel Low-Side Solenoid Driver
Loading...
Searching...
No Matches
TLE92466ED_TestConfig::ControlPins Struct Reference

Control GPIO Pins for TLE92466ED. More...

#include <esp32_tle92466ed_test_config.hpp>

Static Public Attributes

static constexpr uint8_t RESN = 21
 GPIO21 - Reset pin (active low, must be HIGH for operation)
 
static constexpr uint8_t EN = 20
 GPIO20 - Enable pin (active high, enables outputs)
 
static constexpr uint8_t FAULTN = 19
 GPIO19 - Fault pin (active low, indicates fault condition)
 
static constexpr uint8_t DRV0 = 22
 GPIO pin for DRV0 external drive control.
 
static constexpr uint8_t DRV1 = 23
 GPIO pin for DRV1 external drive control.
 

Detailed Description

Control GPIO Pins for TLE92466ED.

These pins control device operation and status monitoring. Set to -1 if not connected/configured.

Member Data Documentation

◆ DRV0

constexpr uint8_t TLE92466ED_TestConfig::ControlPins::DRV0 = 22
staticconstexpr

GPIO pin for DRV0 external drive control.

◆ DRV1

constexpr uint8_t TLE92466ED_TestConfig::ControlPins::DRV1 = 23
staticconstexpr

GPIO pin for DRV1 external drive control.

◆ EN

constexpr uint8_t TLE92466ED_TestConfig::ControlPins::EN = 20
staticconstexpr

GPIO20 - Enable pin (active high, enables outputs)

◆ FAULTN

constexpr uint8_t TLE92466ED_TestConfig::ControlPins::FAULTN = 19
staticconstexpr

GPIO19 - Fault pin (active low, indicates fault condition)

◆ RESN

constexpr uint8_t TLE92466ED_TestConfig::ControlPins::RESN = 21
staticconstexpr

GPIO21 - Reset pin (active low, must be HIGH for operation)


The documentation for this struct was generated from the following file: