|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC5130_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| uint8_t w0: 2 | |
| uint8_t w1: 2 | |
| uint8_t w2: 2 | |
| uint8_t w3: 2 | |
| uint8_t x1: 8 | |
| uint8_t x2: 8 | |
| uint8_t x3: 8 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x68 |
Definition at line 233 of file TMC5130_bitfields.h.
| union { ... } MSLUTSEL_t |
|
staticconstexpr |
Definition at line 234 of file TMC5130_bitfields.h.
| uint32_t MSLUTSEL_t::sr |
Definition at line 236 of file TMC5130_bitfields.h.
| uint8_t MSLUTSEL_t::w0 |
Definition at line 238 of file TMC5130_bitfields.h.
| uint8_t MSLUTSEL_t::w1 |
Definition at line 239 of file TMC5130_bitfields.h.
| uint8_t MSLUTSEL_t::w2 |
Definition at line 240 of file TMC5130_bitfields.h.
| uint8_t MSLUTSEL_t::w3 |
Definition at line 241 of file TMC5130_bitfields.h.
| uint8_t MSLUTSEL_t::x1 |
Definition at line 242 of file TMC5130_bitfields.h.
| uint8_t MSLUTSEL_t::x2 |
Definition at line 243 of file TMC5130_bitfields.h.
| uint8_t MSLUTSEL_t::x3 |
Definition at line 244 of file TMC5130_bitfields.h.