TMCStepper
|
#include <TMC2130_bitfields.h>
Public Attributes | |
union { | |
uint32_t sr: 25 | |
struct { | |
int16_t coil_A: 9 | |
int8_t __pad0__: 7 | |
int16_t coil_B: 9 | |
} | |
}; | |
Static Public Attributes | |
constexpr static uint8_t | address = 0x2D |
Definition at line 105 of file TMC2130_bitfields.h.
union { ... } |
int8_t XDIRECT_t::__pad0__ |
Definition at line 111 of file TMC2130_bitfields.h.
|
staticconstexpr |
Definition at line 106 of file TMC2130_bitfields.h.
int16_t XDIRECT_t::coil_A |
Definition at line 110 of file TMC2130_bitfields.h.
int16_t XDIRECT_t::coil_B |
Definition at line 112 of file TMC2130_bitfields.h.
uint32_t XDIRECT_t::sr |
Definition at line 108 of file TMC2130_bitfields.h.