TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
Loading...
Searching...
No Matches
RAMP_STAT.cpp
Go to the documentation of this file.
1
6#include "../TMCStepper.h"
7#include "TMC_MACROS.h"
8
9#define GET_REG(SETTING) RAMP_STAT_t r{}; r.sr = RAMP_STAT(); return r.SETTING
10
14
#define GET_REG(SETTING)
Definition CHOPCONF.cpp:9
uint32_t read(uint8_t addressByte)
bool velocity_reached()
Definition RAMP_STAT.cpp:23
bool position_reached()
Definition RAMP_STAT.cpp:24
uint32_t RAMP_STAT()
Definition RAMP_STAT.cpp:11
bool event_stop_sg()
Definition RAMP_STAT.cpp:21
bool status_latch_r()
Definition RAMP_STAT.cpp:18
bool second_move()
Definition RAMP_STAT.cpp:27
bool event_stop_r()
Definition RAMP_STAT.cpp:20
bool status_latch_l()
Definition RAMP_STAT.cpp:17
bool event_stop_l()
Definition RAMP_STAT.cpp:19
bool event_pos_reached()
Definition RAMP_STAT.cpp:22
bool t_zerowait_active()
Definition RAMP_STAT.cpp:26
bool status_stop_l()
Definition RAMP_STAT.cpp:15
bool status_stop_r()
Definition RAMP_STAT.cpp:16
static constexpr uint8_t address