|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2660_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| uint8_t cs: 5 | |
| uint8_t : 3 | |
| uint8_t sgt: 7 | |
| uint8_t : 1 | |
| bool sfilt: 1 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0b110 |
Definition at line 75 of file TMC2660_bitfields.h.
| union { ... } SGCSCONF_t |
| uint8_t SGCSCONF_t::__pad0__ |
Definition at line 81 of file TMC2660_bitfields.h.
| uint8_t SGCSCONF_t::__pad1__ |
Definition at line 83 of file TMC2660_bitfields.h.
|
staticconstexpr |
Definition at line 76 of file TMC2660_bitfields.h.
| uint8_t SGCSCONF_t::cs |
Definition at line 80 of file TMC2660_bitfields.h.
| bool SGCSCONF_t::sfilt |
Definition at line 84 of file TMC2660_bitfields.h.
| uint8_t SGCSCONF_t::sgt |
Definition at line 82 of file TMC2660_bitfields.h.
| uint32_t SGCSCONF_t::sr |
Definition at line 78 of file TMC2660_bitfields.h.