TMCStepper
|
#include <TMC5160_bitfields.h>
Public Attributes | |
union { | |
uint32_t sr: 24 | |
struct { | |
uint8_t pwm_ofs_auto: 8 | |
uint8_t pwm_grad_auto: 8 | |
} | |
}; | |
Static Public Attributes | |
constexpr static uint8_t | address = 0x72 |
Definition at line 49 of file TMC5160_bitfields.h.
union { ... } |
|
staticconstexpr |
Definition at line 50 of file TMC5160_bitfields.h.
uint8_t PWM_AUTO_t::pwm_grad_auto |
Definition at line 55 of file TMC5160_bitfields.h.
uint8_t PWM_AUTO_t::pwm_ofs_auto |
Definition at line 54 of file TMC5160_bitfields.h.
uint32_t PWM_AUTO_t::sr |
Definition at line 52 of file TMC5160_bitfields.h.