TLE92466ED Driver 0.1.0-preview
Modern C++23 driver for Infineon TLE92466ED Six-Channel Low-Side Solenoid Driver
Loading...
Searching...
No Matches
TLE92466ED_Config::SPIPins Struct Reference

SPI Configuration for ESP32-C6. More...

#include <TLE92466ED_Config.hpp>

Static Public Attributes

static constexpr int MISO = 2
 GPIO2 - SPI MISO (Master In Slave Out)
 
static constexpr int MOSI = 7
 GPIO7 - SPI MOSI (Master Out Slave In)
 
static constexpr int SCLK = 6
 GPIO6 - SPI Clock.
 
static constexpr int CS = 10
 GPIO10 - 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 int TLE92466ED_Config::SPIPins::CS = 10
staticconstexpr

GPIO10 - Chip Select (active low)

◆ MISO

constexpr int TLE92466ED_Config::SPIPins::MISO = 2
staticconstexpr

GPIO2 - SPI MISO (Master In Slave Out)

◆ MOSI

constexpr int TLE92466ED_Config::SPIPins::MOSI = 7
staticconstexpr

GPIO7 - SPI MOSI (Master Out Slave In)

◆ SCLK

constexpr int TLE92466ED_Config::SPIPins::SCLK = 6
staticconstexpr

GPIO6 - SPI Clock.


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