|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2240_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| uint32_t thigh: 20 | |
| uint16_t : 12 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x15 |
Definition at line 202 of file TMC2240_bitfields.h.
| union { ... } TMC2240_n::THIGH_t |
| uint16_t TMC2240_n::THIGH_t::__pad0__ |
Definition at line 208 of file TMC2240_bitfields.h.
|
staticconstexpr |
Definition at line 203 of file TMC2240_bitfields.h.
| uint32_t TMC2240_n::THIGH_t::sr |
Definition at line 205 of file TMC2240_bitfields.h.
| uint32_t TMC2240_n::THIGH_t::thigh |
Definition at line 207 of file TMC2240_bitfields.h.