|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2130_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| uint8_t semin: 4 | |
| uint8_t seup: 2 | |
| uint8_t semax: 4 | |
| uint8_t sedn: 2 | |
| bool seimin: 1 | |
| int8_t sgt: 7 | |
| int8_t bool sfilt: 1: 1 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x6D |
Definition at line 173 of file TMC2130_bitfields.h.
| union { ... } COOLCONF_t |
|
staticconstexpr |
Definition at line 174 of file TMC2130_bitfields.h.
| uint8_t COOLCONF_t::sedn |
Definition at line 184 of file TMC2130_bitfields.h.
| bool COOLCONF_t::seimin |
Definition at line 185 of file TMC2130_bitfields.h.
| uint8_t COOLCONF_t::semax |
Definition at line 182 of file TMC2130_bitfields.h.
| uint8_t COOLCONF_t::semin |
Definition at line 178 of file TMC2130_bitfields.h.
| uint8_t COOLCONF_t::seup |
Definition at line 180 of file TMC2130_bitfields.h.
| int8_t bool COOLCONF_t::sfilt |
Definition at line 188 of file TMC2130_bitfields.h.
| int8_t COOLCONF_t::sgt |
Definition at line 186 of file TMC2130_bitfields.h.
| uint32_t COOLCONF_t::sr |
Definition at line 176 of file TMC2130_bitfields.h.