|
TMCStepper
|
#include <TMC2660_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| uint8_t cs: 5 | |
| uint8_t __pad0__: 3 | |
| uint8_t sgt: 7 | |
| uint8_t __pad1__: 1 | |
| bool sfilt: 1 | |
| } | |
| }; | |
Static Public Attributes | |
| constexpr static uint8_t | address = 0b110 |
Definition at line 65 of file TMC2660_bitfields.h.
| union { ... } |
| uint8_t SGCSCONF_t::__pad0__ |
Definition at line 71 of file TMC2660_bitfields.h.
| uint8_t SGCSCONF_t::__pad1__ |
Definition at line 73 of file TMC2660_bitfields.h.
|
staticconstexpr |
Definition at line 66 of file TMC2660_bitfields.h.
| uint8_t SGCSCONF_t::cs |
Definition at line 70 of file TMC2660_bitfields.h.
| bool SGCSCONF_t::sfilt |
Definition at line 74 of file TMC2660_bitfields.h.
| uint8_t SGCSCONF_t::sgt |
Definition at line 72 of file TMC2660_bitfields.h.
| uint32_t SGCSCONF_t::sr |
Definition at line 68 of file TMC2660_bitfields.h.