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

Supply Voltage Specifications (volts) More...

#include <esp32_tmc9660_test_config.hpp>

Static Public Attributes

static constexpr float VS_MIN = 8.0f
 Minimum motor supply voltage (V)
 
static constexpr float VS_NOM = 24.0f
 Nominal motor supply voltage (V)
 
static constexpr float VS_MAX = 60.0f
 Maximum motor supply voltage (V)
 
static constexpr float VDD_NOM = 3.3f
 Logic supply voltage (V)
 

Detailed Description

Supply Voltage Specifications (volts)

VS: Motor supply voltage VDD: Logic supply

Member Data Documentation

◆ VDD_NOM

constexpr float TMC9660_TestConfig::SupplyVoltage::VDD_NOM = 3.3f
staticconstexpr

Logic supply voltage (V)

◆ VS_MAX

constexpr float TMC9660_TestConfig::SupplyVoltage::VS_MAX = 60.0f
staticconstexpr

Maximum motor supply voltage (V)

◆ VS_MIN

constexpr float TMC9660_TestConfig::SupplyVoltage::VS_MIN = 8.0f
staticconstexpr

Minimum motor supply voltage (V)

◆ VS_NOM

constexpr float TMC9660_TestConfig::SupplyVoltage::VS_NOM = 24.0f
staticconstexpr

Nominal motor supply voltage (V)


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