|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC5160_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr: 22 | |
| struct { | |
| uint8_t bbmtime: 5 | |
| uint8_t bbmclks: 4 | |
| uint8_t otselect: 2 | |
| uint8_t drvstrength: 2 | |
| uint8_t filt_isense: 2 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x0A |
Definition at line 33 of file TMC5160_bitfields.h.
| union { ... } DRV_CONF_t |
|
staticconstexpr |
Definition at line 34 of file TMC5160_bitfields.h.
| uint8_t DRV_CONF_t::bbmclks |
Definition at line 40 of file TMC5160_bitfields.h.
| uint8_t DRV_CONF_t::bbmtime |
Definition at line 38 of file TMC5160_bitfields.h.
| uint8_t DRV_CONF_t::drvstrength |
Definition at line 43 of file TMC5160_bitfields.h.
| uint8_t DRV_CONF_t::filt_isense |
Definition at line 44 of file TMC5160_bitfields.h.
| uint8_t DRV_CONF_t::otselect |
Definition at line 42 of file TMC5160_bitfields.h.
| uint32_t DRV_CONF_t::sr |
Definition at line 36 of file TMC5160_bitfields.h.