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

Brake chopper configuration for dynamic braking. More...

#include <bootloader_config.hpp>

Public Attributes

bool enable {false}
 
bootcfg::BrakeChopperOutput output_pin {bootcfg::BrakeChopperOutput::GPIO0}
 

Detailed Description

Brake chopper configuration for dynamic braking.

Configures brake chopper output pin and enable settings for dynamic braking. The brake chopper allows rapid motor deceleration by shorting the motor windings, providing faster stops than passive braking alone.

Member Data Documentation

◆ enable

bool tmc9660::BrakeChopperConfig::enable {false}

◆ output_pin

bootcfg::BrakeChopperOutput tmc9660::BrakeChopperConfig::output_pin {bootcfg::BrakeChopperOutput::GPIO0}

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