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

SPI Configuration for ESP32-C6. More...

#include <esp32_tle92466ed_test_config.hpp>

Static Public Attributes

static constexpr uint8_t MISO = 2
 GPIO2 - SPI MISO (Master In Slave Out)
 
static constexpr uint8_t MOSI = 7
 GPIO7 - SPI MOSI (Master Out Slave In)
 
static constexpr uint8_t SCLK = 6
 GPIO6 - SPI Clock.
 
static constexpr uint8_t CS = 18
 GPIO18 - Chip Select (active low)
 

Detailed Description

SPI Configuration for ESP32-C6.

These pins are used for SPI communication with the TLE92466ED. Ensure your hardware matches these pin assignments or modify accordingly.

Member Data Documentation

◆ CS

constexpr uint8_t TLE92466ED_TestConfig::SPIPins::CS = 18
staticconstexpr

GPIO18 - Chip Select (active low)

◆ MISO

constexpr uint8_t TLE92466ED_TestConfig::SPIPins::MISO = 2
staticconstexpr

GPIO2 - SPI MISO (Master In Slave Out)

◆ MOSI

constexpr uint8_t TLE92466ED_TestConfig::SPIPins::MOSI = 7
staticconstexpr

GPIO7 - SPI MOSI (Master Out Slave In)

◆ SCLK

constexpr uint8_t TLE92466ED_TestConfig::SPIPins::SCLK = 6
staticconstexpr

GPIO6 - SPI Clock.


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