|
TMCStepper
|
#include <TMC2208_bitfields.h>
Public Attributes | |
| union { | |
| uint16_t sr | |
| struct { | |
| uint8_t fclktrim: 5 | |
| uint8_t ottrim: 2 | |
| } | |
| }; | |
Static Public Attributes | |
| constexpr static uint8_t | address = 0x07 |
Definition at line 70 of file TMC2208_bitfields.h.
| union { ... } |
|
staticconstexpr |
Definition at line 71 of file TMC2208_bitfields.h.
| uint8_t FACTORY_CONF_t::fclktrim |
Definition at line 75 of file TMC2208_bitfields.h.
| uint8_t FACTORY_CONF_t::ottrim |
Definition at line 76 of file TMC2208_bitfields.h.
| uint16_t FACTORY_CONF_t::sr |
Definition at line 73 of file TMC2208_bitfields.h.