|
TMCStepper
|
#include <TMC2660_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 | |
| } | |
| }; | |
Static Public Attributes | |
| constexpr static uint8_t | address = 0b101 |
Definition at line 48 of file TMC2660_bitfields.h.
| union { ... } |
|
staticconstexpr |
Definition at line 49 of file TMC2660_bitfields.h.
| uint8_t SMARTEN_t::sedn |
Definition at line 58 of file TMC2660_bitfields.h.
| bool SMARTEN_t::seimin |
Definition at line 60 of file TMC2660_bitfields.h.
| uint8_t SMARTEN_t::semax |
Definition at line 56 of file TMC2660_bitfields.h.
| uint8_t SMARTEN_t::semin |
Definition at line 53 of file TMC2660_bitfields.h.
| uint8_t SMARTEN_t::seup |
Definition at line 54 of file TMC2660_bitfields.h.
| uint32_t SMARTEN_t::sr |
Definition at line 51 of file TMC2660_bitfields.h.