|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2660_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| uint8_t mres: 4 | |
| uint8_t : 4 | |
| bool dedge: 1 | |
| bool intpol: 1 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0b00 |
Definition at line 27 of file TMC2660_bitfields.h.
| union { ... } DRVCTRL_0_t |
| uint8_t DRVCTRL_0_t::__pad0__ |
Definition at line 33 of file TMC2660_bitfields.h.
|
staticconstexpr |
Definition at line 28 of file TMC2660_bitfields.h.
| bool DRVCTRL_0_t::dedge |
Definition at line 34 of file TMC2660_bitfields.h.
| bool DRVCTRL_0_t::intpol |
Definition at line 35 of file TMC2660_bitfields.h.
| uint8_t DRVCTRL_0_t::mres |
Definition at line 32 of file TMC2660_bitfields.h.
| uint32_t DRVCTRL_0_t::sr |
Definition at line 30 of file TMC2660_bitfields.h.