|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2130_bitfields.h>
Public Attributes | |
| union { | |
| uint8_t sr | |
| struct { | |
| bool inv: 1 | |
| bool maxspeed: 1 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x72 |
Definition at line 247 of file TMC2130_bitfields.h.
| union { ... } ENCM_CTRL_t |
|
staticconstexpr |
Definition at line 248 of file TMC2130_bitfields.h.
| bool ENCM_CTRL_t::inv |
Definition at line 252 of file TMC2130_bitfields.h.
| bool ENCM_CTRL_t::maxspeed |
Definition at line 253 of file TMC2130_bitfields.h.
| uint8_t ENCM_CTRL_t::sr |
Definition at line 250 of file TMC2130_bitfields.h.