HF-MAX22200 Driver 0.1.0-dev
HF-MAX22200 C++ Driver
Loading...
Searching...
No Matches
MAX22200_TestConfig::ControlPins Struct Reference

Control GPIO Pins for MAX22200. More...

#include <esp32_max22200_test_config.hpp>

Static Public Attributes

static constexpr int8_t ENABLE = 2
 Enable pin (active-high)
 
static constexpr int8_t FAULT = 42
 Fault output (nFAULT, active-low, open-drain)
 
static constexpr int8_t CMD = 39
 CMD pin (HIGH=Command Reg write, LOW=data transfer)
 
static constexpr int8_t TRIGA = 40
 TRIGA trigger input.
 
static constexpr int8_t TRIGB = 41
 TRIGB trigger input.
 

Detailed Description

Control GPIO Pins for MAX22200.

EN=2, FAILTN=42 (fault), CMD=39, TRIGA=40, TRIGB=41. Set to -1 if not connected/configured.

Member Data Documentation

◆ CMD

constexpr int8_t MAX22200_TestConfig::ControlPins::CMD = 39
staticconstexpr

CMD pin (HIGH=Command Reg write, LOW=data transfer)

◆ ENABLE

constexpr int8_t MAX22200_TestConfig::ControlPins::ENABLE = 2
staticconstexpr

Enable pin (active-high)

◆ FAULT

constexpr int8_t MAX22200_TestConfig::ControlPins::FAULT = 42
staticconstexpr

Fault output (nFAULT, active-low, open-drain)

◆ TRIGA

constexpr int8_t MAX22200_TestConfig::ControlPins::TRIGA = 40
staticconstexpr

TRIGA trigger input.

◆ TRIGB

constexpr int8_t MAX22200_TestConfig::ControlPins::TRIGB = 41
staticconstexpr

TRIGB trigger input.


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