|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2130_bitfields.h>
Public Attributes | |
| union { | |
| uint8_t sr | |
| struct { | |
| bool reset: 1 | |
| bool drv_err: 1 | |
| bool uv_cp: 1 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x01 |
Definition at line 73 of file TMC2130_bitfields.h.
| union { ... } GSTAT_t |
|
staticconstexpr |
Definition at line 74 of file TMC2130_bitfields.h.
| bool GSTAT_t::drv_err |
Definition at line 79 of file TMC2130_bitfields.h.
| bool GSTAT_t::reset |
Definition at line 78 of file TMC2130_bitfields.h.
| uint8_t GSTAT_t::sr |
Definition at line 76 of file TMC2130_bitfields.h.
| bool GSTAT_t::uv_cp |
Definition at line 80 of file TMC2130_bitfields.h.