|
TMCStepper
|
#include <TMC2660_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| uint8_t mres: 4 | |
| uint8_t __pad0__: 4 | |
| bool dedge: 1 | |
| bool intpol: 1 | |
| } | |
| }; | |
Static Public Attributes | |
| constexpr static uint8_t | address = 0b00 |
Definition at line 17 of file TMC2660_bitfields.h.
| union { ... } |
| uint8_t DRVCTRL_0_t::__pad0__ |
Definition at line 23 of file TMC2660_bitfields.h.
|
staticconstexpr |
Definition at line 18 of file TMC2660_bitfields.h.
| bool DRVCTRL_0_t::dedge |
Definition at line 24 of file TMC2660_bitfields.h.
| bool DRVCTRL_0_t::intpol |
Definition at line 25 of file TMC2660_bitfields.h.
| uint8_t DRVCTRL_0_t::mres |
Definition at line 22 of file TMC2660_bitfields.h.
| uint32_t DRVCTRL_0_t::sr |
Definition at line 20 of file TMC2660_bitfields.h.