|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC5130_bitfields.h>
Public Attributes | |
| union { | |
| uint16_t sr: 12 | |
| struct { | |
| bool stop_l_enable: 1 | |
| bool stop_r_enable: 1 | |
| bool pol_stop_l: 1 | |
| bool pol_stop_r: 1 | |
| bool swap_lr: 1 | |
| bool latch_l_active: 1 | |
| bool latch_l_inactive: 1 | |
| bool latch_r_active: 1 | |
| bool latch_r_inactive: 1 | |
| bool en_latch_encoder: 1 | |
| bool sg_stop: 1 | |
| bool en_softstop: 1 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x34 |
Definition at line 124 of file TMC5130_bitfields.h.
| union { ... } SW_MODE_t |
|
staticconstexpr |
Definition at line 125 of file TMC5130_bitfields.h.
| bool SW_MODE_t::en_latch_encoder |
Definition at line 138 of file TMC5130_bitfields.h.
| bool SW_MODE_t::en_softstop |
Definition at line 140 of file TMC5130_bitfields.h.
| bool SW_MODE_t::latch_l_active |
Definition at line 134 of file TMC5130_bitfields.h.
| bool SW_MODE_t::latch_l_inactive |
Definition at line 135 of file TMC5130_bitfields.h.
| bool SW_MODE_t::latch_r_active |
Definition at line 136 of file TMC5130_bitfields.h.
| bool SW_MODE_t::latch_r_inactive |
Definition at line 137 of file TMC5130_bitfields.h.
| bool SW_MODE_t::pol_stop_l |
Definition at line 131 of file TMC5130_bitfields.h.
| bool SW_MODE_t::pol_stop_r |
Definition at line 132 of file TMC5130_bitfields.h.
| bool SW_MODE_t::sg_stop |
Definition at line 139 of file TMC5130_bitfields.h.
| uint16_t SW_MODE_t::sr |
Definition at line 127 of file TMC5130_bitfields.h.
| bool SW_MODE_t::stop_l_enable |
Definition at line 129 of file TMC5130_bitfields.h.
| bool SW_MODE_t::stop_r_enable |
Definition at line 130 of file TMC5130_bitfields.h.
| bool SW_MODE_t::swap_lr |
Definition at line 133 of file TMC5130_bitfields.h.