|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2130_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| uint8_t pwm_ampl: 8 | |
| uint8_t pwm_grad: 8 | |
| uint8_t pwm_freq: 2 | |
| bool pwm_autoscale: 1 | |
| bool pwm_symmetric: 1 | |
| uint8_t freewheel: 2 | |
| uint16_t : 10 | |
| } | |
| }; | |
Static Public Attributes | |
| static constexpr uint8_t | address = 0x70 |
Definition at line 231 of file TMC2130_bitfields.h.
| union { ... } PWMCONF_t |
| uint16_t PWMCONF_t::__pad0__ |
Definition at line 242 of file TMC2130_bitfields.h.
|
staticconstexpr |
Definition at line 232 of file TMC2130_bitfields.h.
| uint8_t PWMCONF_t::freewheel |
Definition at line 241 of file TMC2130_bitfields.h.
| uint8_t PWMCONF_t::pwm_ampl |
Definition at line 236 of file TMC2130_bitfields.h.
| bool PWMCONF_t::pwm_autoscale |
Definition at line 239 of file TMC2130_bitfields.h.
| uint8_t PWMCONF_t::pwm_freq |
Definition at line 238 of file TMC2130_bitfields.h.
| uint8_t PWMCONF_t::pwm_grad |
Definition at line 237 of file TMC2130_bitfields.h.
| bool PWMCONF_t::pwm_symmetric |
Definition at line 240 of file TMC2130_bitfields.h.
| uint32_t PWMCONF_t::sr |
Definition at line 234 of file TMC2130_bitfields.h.