TMCStepper
|
#include <TMC5130_bitfields.h>
Public Attributes | |
union { | |
uint16_t sr: 11 | |
struct { | |
bool pol_a: 1 | |
bool pol_b: 1 | |
bool pol_n: 1 | |
bool ignore_ab: 1 | |
bool clr_cont: 1 | |
bool clr_once: 1 | |
bool pos_edge: 1 | |
bool neg_edge: 1 | |
bool clr_enc_x: 1 | |
bool latch_x_act: 1 | |
bool enc_sel_decimal: 1 | |
} | |
}; | |
Static Public Attributes | |
constexpr static uint8_t | address = 0x38 |
Definition at line 145 of file TMC5130_bitfields.h.
union { ... } |
|
staticconstexpr |
Definition at line 146 of file TMC5130_bitfields.h.
bool ENCMODE_t::clr_cont |
Definition at line 154 of file TMC5130_bitfields.h.
bool ENCMODE_t::clr_enc_x |
Definition at line 158 of file TMC5130_bitfields.h.
bool ENCMODE_t::clr_once |
Definition at line 155 of file TMC5130_bitfields.h.
bool ENCMODE_t::enc_sel_decimal |
Definition at line 160 of file TMC5130_bitfields.h.
bool ENCMODE_t::ignore_ab |
Definition at line 153 of file TMC5130_bitfields.h.
bool ENCMODE_t::latch_x_act |
Definition at line 159 of file TMC5130_bitfields.h.
bool ENCMODE_t::neg_edge |
Definition at line 157 of file TMC5130_bitfields.h.
bool ENCMODE_t::pol_a |
Definition at line 150 of file TMC5130_bitfields.h.
bool ENCMODE_t::pol_b |
Definition at line 151 of file TMC5130_bitfields.h.
bool ENCMODE_t::pol_n |
Definition at line 152 of file TMC5130_bitfields.h.
bool ENCMODE_t::pos_edge |
Definition at line 156 of file TMC5130_bitfields.h.
uint16_t ENCMODE_t::sr |
Definition at line 148 of file TMC5130_bitfields.h.