Control GPIO Pins for TLE92466ED.
More...
#include <esp32_tle92466ed_test_config.hpp>
|
| 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.
|
| |
Control GPIO Pins for TLE92466ED.
These pins control device operation and status monitoring. Set to -1 if not connected/configured.
◆ 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: