HF-TMC9660 Driver
Hardware Agnostic C++ Driver for the TMC9660
Loading...
Searching...
No Matches
tmc9660::LDOConfig Struct Reference

Configuration of the on-chip LDO regulators. More...

#include <TMC9660Bootloader.hpp>

Public Attributes

bootcfg::LDOVoltage vext1 {bootcfg::LDOVoltage::Disabled}
 
bootcfg::LDOVoltage vext2 {bootcfg::LDOVoltage::Disabled}
 
bootcfg::LDOSlope slope_vext1 {bootcfg::LDOSlope::Slope3ms}
 
bootcfg::LDOSlope slope_vext2 {bootcfg::LDOSlope::Slope3ms}
 
bool ldo_short_fault {false}
 

Detailed Description

Configuration of the on-chip LDO regulators.

Member Data Documentation

◆ ldo_short_fault

bool tmc9660::LDOConfig::ldo_short_fault {false}

◆ slope_vext1

bootcfg::LDOSlope tmc9660::LDOConfig::slope_vext1 {bootcfg::LDOSlope::Slope3ms}

◆ slope_vext2

bootcfg::LDOSlope tmc9660::LDOConfig::slope_vext2 {bootcfg::LDOSlope::Slope3ms}

◆ vext1

◆ vext2


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