|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2130_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| int16_t coil_A: 9 | |
| int16_t coil_B: 9 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x2D |
Definition at line 124 of file TMC2130_bitfields.h.
| union { ... } XDIRECT_t |
|
staticconstexpr |
Definition at line 125 of file TMC2130_bitfields.h.
| int16_t XDIRECT_t::coil_A |
Definition at line 129 of file TMC2130_bitfields.h.
| int16_t XDIRECT_t::coil_B |
Definition at line 131 of file TMC2130_bitfields.h.
| uint32_t XDIRECT_t::sr |
Definition at line 127 of file TMC2130_bitfields.h.