TMCStepper
|
#include <TMC2130_bitfields.h>
Public Attributes | |
union { | |
uint8_t sr: 2 | |
struct { | |
bool inv: 1 | |
bool maxspeed: 1 | |
} | |
}; | |
Static Public Attributes | |
constexpr static uint8_t | address = 0x72 |
Definition at line 224 of file TMC2130_bitfields.h.
union { ... } |
|
staticconstexpr |
Definition at line 225 of file TMC2130_bitfields.h.
bool ENCM_CTRL_t::inv |
Definition at line 229 of file TMC2130_bitfields.h.
bool ENCM_CTRL_t::maxspeed |
Definition at line 230 of file TMC2130_bitfields.h.
uint8_t ENCM_CTRL_t::sr |
Definition at line 227 of file TMC2130_bitfields.h.