TMCStepper
|
#include <TMC2130_bitfields.h>
Public Attributes | |
union { | |
uint32_t sr | |
struct { | |
bool step: 1 | |
bool dir: 1 | |
bool dcen_cfg4: 1 | |
bool dcin_cfg5: 1 | |
bool drv_enn_cfg6: 1 | |
bool dco: 1 | |
bool uint16_t: 2: 16 | |
uint8_t version: 8 | |
} | |
}; | |
Static Public Attributes | |
constexpr static uint8_t | address = 0x04 |
Definition at line 67 of file TMC2130_bitfields.h.
union { ... } |
|
staticconstexpr |
Definition at line 68 of file TMC2130_bitfields.h.
bool IOIN_t::dcen_cfg4 |
Definition at line 74 of file TMC2130_bitfields.h.
bool IOIN_t::dcin_cfg5 |
Definition at line 75 of file TMC2130_bitfields.h.
bool IOIN_t::dco |
Definition at line 77 of file TMC2130_bitfields.h.
bool IOIN_t::dir |
Definition at line 73 of file TMC2130_bitfields.h.
bool IOIN_t::drv_enn_cfg6 |
Definition at line 76 of file TMC2130_bitfields.h.
uint32_t IOIN_t::sr |
Definition at line 70 of file TMC2130_bitfields.h.
bool IOIN_t::step |
Definition at line 72 of file TMC2130_bitfields.h.
bool IOIN_t::uint16_t |
Definition at line 78 of file TMC2130_bitfields.h.
uint8_t IOIN_t::version |
Definition at line 80 of file TMC2130_bitfields.h.