|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC5130_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr: 24 | |
| struct { | |
| uint8_t start_sin: 8 | |
| uint8_t start_sin90: 8 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x69 |
Definition at line 249 of file TMC5130_bitfields.h.
| union { ... } MSLUTSTART_t |
|
staticconstexpr |
Definition at line 250 of file TMC5130_bitfields.h.
| uint32_t MSLUTSTART_t::sr |
Definition at line 252 of file TMC5130_bitfields.h.
| uint8_t MSLUTSTART_t::start_sin |
Definition at line 254 of file TMC5130_bitfields.h.
| uint8_t MSLUTSTART_t::start_sin90 |
Definition at line 256 of file TMC5130_bitfields.h.