|
Zephyr Project API 4.3.99
A Scalable Open Source RTOS
|
Motor status structure for TMCM-3216. More...
#include <stepper_tmcm3216.h>
Data Fields | |
| bool | position_reached |
| Position target reached. | |
| bool | right_endstop |
| Right limit switch active. | |
| bool | left_endstop |
| Left limit switch active. | |
| bool | is_moving |
| Motor is currently moving. | |
| int32_t | actual_position |
| Current position. | |
| int32_t | actual_velocity |
| Current velocity. | |
Motor status structure for TMCM-3216.
| int32_t tmcm3216_status::actual_position |
Current position.
| int32_t tmcm3216_status::actual_velocity |
Current velocity.
| bool tmcm3216_status::is_moving |
Motor is currently moving.
| bool tmcm3216_status::left_endstop |
Left limit switch active.
| bool tmcm3216_status::position_reached |
Position target reached.
| bool tmcm3216_status::right_endstop |
Right limit switch active.