|
TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
|
#include <TMC2660_bitfields.h>
Public Attributes | |
| union { | |
| uint32_t sr | |
| struct { | |
| bool sg_value: 1 | |
| bool ot: 1 | |
| bool otpw: 1 | |
| bool s2ga: 1 | |
| bool s2gb: 1 | |
| bool ola: 1 | |
| bool olb: 1 | |
| bool stst: 1 | |
| uint8_t : 2 | |
| uint8_t se: 5 | |
| uint8_t sg_result: 5 | |
| } | |
| }; | |
Definition at line 145 of file TMC2660_bitfields.h.
| union { ... } READ_RDSEL10_t |
| uint8_t READ_RDSEL10_t::__pad0__ |
Definition at line 157 of file TMC2660_bitfields.h.
| bool READ_RDSEL10_t::ola |
Definition at line 154 of file TMC2660_bitfields.h.
| bool READ_RDSEL10_t::olb |
Definition at line 155 of file TMC2660_bitfields.h.
| bool READ_RDSEL10_t::ot |
Definition at line 150 of file TMC2660_bitfields.h.
| bool READ_RDSEL10_t::otpw |
Definition at line 151 of file TMC2660_bitfields.h.
| bool READ_RDSEL10_t::s2ga |
Definition at line 152 of file TMC2660_bitfields.h.
| bool READ_RDSEL10_t::s2gb |
Definition at line 153 of file TMC2660_bitfields.h.
| uint8_t READ_RDSEL10_t::se |
Definition at line 158 of file TMC2660_bitfields.h.
| uint8_t READ_RDSEL10_t::sg_result |
Definition at line 159 of file TMC2660_bitfields.h.
| bool READ_RDSEL10_t::sg_value |
Definition at line 149 of file TMC2660_bitfields.h.
| uint32_t READ_RDSEL10_t::sr |
Definition at line 147 of file TMC2660_bitfields.h.
| bool READ_RDSEL10_t::stst |
Definition at line 156 of file TMC2660_bitfields.h.