|
TMCStepper
|
#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 __pad0__: 2 | |
| uint16_t mstep: 10 | |
| } | |
| }; | |
Definition at line 98 of file TMC2660_bitfields.h.
| union { ... } |
| uint8_t READ_RDSEL00_t::__pad0__ |
Definition at line 110 of file TMC2660_bitfields.h.
| uint16_t READ_RDSEL00_t::mstep |
Definition at line 111 of file TMC2660_bitfields.h.
| bool READ_RDSEL00_t::ola |
Definition at line 107 of file TMC2660_bitfields.h.
| bool READ_RDSEL00_t::olb |
Definition at line 108 of file TMC2660_bitfields.h.
| bool READ_RDSEL00_t::ot |
Definition at line 103 of file TMC2660_bitfields.h.
| bool READ_RDSEL00_t::otpw |
Definition at line 104 of file TMC2660_bitfields.h.
| bool READ_RDSEL00_t::s2ga |
Definition at line 105 of file TMC2660_bitfields.h.
| bool READ_RDSEL00_t::s2gb |
Definition at line 106 of file TMC2660_bitfields.h.
| bool READ_RDSEL00_t::sg_value |
Definition at line 102 of file TMC2660_bitfields.h.
| uint32_t READ_RDSEL00_t::sr |
Definition at line 100 of file TMC2660_bitfields.h.
| bool READ_RDSEL00_t::stst |
Definition at line 109 of file TMC2660_bitfields.h.