|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2208_bitfields.h>
Public Attributes | |
| union { | |
| uint16_t sr | |
| struct { | |
| uint8_t fclktrim: 5 | |
| uint8_t ottrim: 2 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x07 |
Definition at line 83 of file TMC2208_bitfields.h.
| union { ... } FACTORY_CONF_t |
|
staticconstexpr |
Definition at line 84 of file TMC2208_bitfields.h.
| uint8_t FACTORY_CONF_t::fclktrim |
Definition at line 88 of file TMC2208_bitfields.h.
| uint8_t FACTORY_CONF_t::ottrim |
Definition at line 90 of file TMC2208_bitfields.h.
| uint16_t FACTORY_CONF_t::sr |
Definition at line 86 of file TMC2208_bitfields.h.