Home
last modified time | relevance | path

Searched refs:actual_velocity (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc5041_stepper_controller.c122 int32_t actual_velocity; in stallguard_enable() local
125 &actual_velocity); in stallguard_enable()
131 actual_velocity = (actual_velocity << (31 - TMC_RAMP_VACTUAL_SHIFT)) >> in stallguard_enable()
133 LOG_DBG("actual velocity: %d", actual_velocity); in stallguard_enable()
135 if (abs(actual_velocity) < config->sg_threshold_velocity) { in stallguard_enable()