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::CurrentLimits Struct Reference

Current Control Limits (milliamps) More...

#include <esp32_tle92466ed_test_config.hpp>

Static Public Attributes

static constexpr uint16_t SINGLE_CHANNEL_MIN = 0
 Minimum current (mA)
 
static constexpr uint16_t SINGLE_CHANNEL_MAX = 2000
 Maximum single channel current (mA)
 
static constexpr uint16_t PARALLEL_CHANNEL_MAX = 4000
 Maximum parallel channel current (mA)
 
static constexpr uint16_t RESOLUTION = 61
 Current resolution (μA per LSB)
 

Detailed Description

Current Control Limits (milliamps)

These are hardware limits from the TLE92466ED datasheet. Single channel: 0-2000mA Parallel mode: 0-4000mA (channels paired)

Member Data Documentation

◆ PARALLEL_CHANNEL_MAX

constexpr uint16_t TLE92466ED_TestConfig::CurrentLimits::PARALLEL_CHANNEL_MAX = 4000
staticconstexpr

Maximum parallel channel current (mA)

◆ RESOLUTION

constexpr uint16_t TLE92466ED_TestConfig::CurrentLimits::RESOLUTION = 61
staticconstexpr

Current resolution (μA per LSB)

◆ SINGLE_CHANNEL_MAX

constexpr uint16_t TLE92466ED_TestConfig::CurrentLimits::SINGLE_CHANNEL_MAX = 2000
staticconstexpr

Maximum single channel current (mA)

◆ SINGLE_CHANNEL_MIN

constexpr uint16_t TLE92466ED_TestConfig::CurrentLimits::SINGLE_CHANNEL_MIN = 0
staticconstexpr

Minimum current (mA)


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