HF-TMC51x0 Driver (TMC5130 & TMC5160) 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC51x0 (TMC5130 & TMC5160)
Loading...
Searching...
No Matches
tmc51x0::TMC51x0< CommType >::Homing::BoundsResult Struct Reference

#include <tmc51x0.hpp>

Public Attributes

bool success {false}
 
bool bounded {false}
 true if bounds found on both sides
 
bool cancelled {false}
 
float min_bound {0.0F}
 In caller-provided position_unit.
 
float max_bound {0.0F}
 In caller-provided position_unit.
 

Member Data Documentation

◆ bounded

template<typename CommType >
bool tmc51x0::TMC51x0< CommType >::Homing::BoundsResult::bounded {false}

true if bounds found on both sides

◆ cancelled

template<typename CommType >
bool tmc51x0::TMC51x0< CommType >::Homing::BoundsResult::cancelled {false}

◆ max_bound

template<typename CommType >
float tmc51x0::TMC51x0< CommType >::Homing::BoundsResult::max_bound {0.0F}

In caller-provided position_unit.

◆ min_bound

template<typename CommType >
float tmc51x0::TMC51x0< CommType >::Homing::BoundsResult::min_bound {0.0F}

In caller-provided position_unit.

◆ success

template<typename CommType >
bool tmc51x0::TMC51x0< CommType >::Homing::BoundsResult::success {false}

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