TMCStepper
|
#include <TMC2130_bitfields.h>
Public Attributes | |
union { | |
uint8_t sr: 3 | |
struct { | |
bool reset: 1 | |
bool drv_err: 1 | |
bool uv_cp: 1 | |
} | |
}; | |
Static Public Attributes | |
constexpr static uint8_t | address = 0x01 |
Definition at line 55 of file TMC2130_bitfields.h.
union { ... } |
|
staticconstexpr |
Definition at line 56 of file TMC2130_bitfields.h.
bool GSTAT_t::drv_err |
Definition at line 61 of file TMC2130_bitfields.h.
bool GSTAT_t::reset |
Definition at line 60 of file TMC2130_bitfields.h.
uint8_t GSTAT_t::sr |
Definition at line 58 of file TMC2130_bitfields.h.
bool GSTAT_t::uv_cp |
Definition at line 62 of file TMC2130_bitfields.h.