|
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 | |
| uint16_t sg_result: 10 | |
| } | |
| }; | |
Definition at line 127 of file TMC2660_bitfields.h.
| union { ... } READ_RDSEL01_t |
| uint8_t READ_RDSEL01_t::__pad0__ |
Definition at line 139 of file TMC2660_bitfields.h.
| bool READ_RDSEL01_t::ola |
Definition at line 136 of file TMC2660_bitfields.h.
| bool READ_RDSEL01_t::olb |
Definition at line 137 of file TMC2660_bitfields.h.
| bool READ_RDSEL01_t::ot |
Definition at line 132 of file TMC2660_bitfields.h.
| bool READ_RDSEL01_t::otpw |
Definition at line 133 of file TMC2660_bitfields.h.
| bool READ_RDSEL01_t::s2ga |
Definition at line 134 of file TMC2660_bitfields.h.
| bool READ_RDSEL01_t::s2gb |
Definition at line 135 of file TMC2660_bitfields.h.
| uint16_t READ_RDSEL01_t::sg_result |
Definition at line 140 of file TMC2660_bitfields.h.
| bool READ_RDSEL01_t::sg_value |
Definition at line 131 of file TMC2660_bitfields.h.
| uint32_t READ_RDSEL01_t::sr |
Definition at line 129 of file TMC2660_bitfields.h.
| bool READ_RDSEL01_t::stst |
Definition at line 138 of file TMC2660_bitfields.h.