HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
Loading...
Searching...
No Matches
TMC9660_TestConfig::Temperature Struct Reference

Temperature Specifications (celsius) More...

#include <esp32_tmc9660_test_config.hpp>

Static Public Attributes

static constexpr int16_t OPERATING_MIN = -40
 Minimum operating temperature (°C)
 
static constexpr int16_t OPERATING_MAX = 125
 Maximum operating temperature (°C)
 
static constexpr int16_t JUNCTION_MAX = 150
 Maximum junction temperature (°C)
 
static constexpr int16_t WARNING_THRESHOLD = 110
 Temperature warning threshold (°C)
 

Detailed Description

Temperature Specifications (celsius)

Operating temperature range from TMC9660 datasheet.

Member Data Documentation

◆ JUNCTION_MAX

constexpr int16_t TMC9660_TestConfig::Temperature::JUNCTION_MAX = 150
staticconstexpr

Maximum junction temperature (°C)

◆ OPERATING_MAX

constexpr int16_t TMC9660_TestConfig::Temperature::OPERATING_MAX = 125
staticconstexpr

Maximum operating temperature (°C)

◆ OPERATING_MIN

constexpr int16_t TMC9660_TestConfig::Temperature::OPERATING_MIN = -40
staticconstexpr

Minimum operating temperature (°C)

◆ WARNING_THRESHOLD

constexpr int16_t TMC9660_TestConfig::Temperature::WARNING_THRESHOLD = 110
staticconstexpr

Temperature warning threshold (°C)


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