TMCStepper
|
#include <TMC2208_bitfields.h>
Public Attributes | |
union { | |
uint32_t sr: 25 | |
struct { | |
int16_t cur_a: 9 | |
int16_t cur_b: 9 | |
} | |
}; | |
Static Public Attributes | |
constexpr static uint8_t | address = 0x6B |
Definition at line 89 of file TMC2208_bitfields.h.
union { ... } |
|
staticconstexpr |
Definition at line 90 of file TMC2208_bitfields.h.
int16_t MSCURACT_t::cur_a |
Definition at line 94 of file TMC2208_bitfields.h.
int16_t MSCURACT_t::cur_b |
Definition at line 95 of file TMC2208_bitfields.h.
uint32_t MSCURACT_t::sr |
Definition at line 92 of file TMC2208_bitfields.h.