TMCStepper
|
#include <TMC5130_bitfields.h>
Public Attributes | |
union { | |
uint16_t sr: 12 | |
struct { | |
uint8_t slaveaddr: 8 | |
uint8_t senddelay: 4 | |
} | |
}; | |
Static Public Attributes | |
constexpr static uint8_t | address = 0x03 |
Definition at line 4 of file TMC5130_bitfields.h.
union { ... } |
|
staticconstexpr |
Definition at line 5 of file TMC5130_bitfields.h.
uint8_t SLAVECONF_t::senddelay |
Definition at line 10 of file TMC5130_bitfields.h.
uint8_t SLAVECONF_t::slaveaddr |
Definition at line 9 of file TMC5130_bitfields.h.
uint16_t SLAVECONF_t::sr |
Definition at line 7 of file TMC5130_bitfields.h.