TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
Loading...
Searching...
No Matches
IHOLD_IRUN.cpp File Reference
#include "../TMCStepper.h"
#include "TMC_MACROS.h"
Include dependency graph for IHOLD_IRUN.cpp:

Go to the source code of this file.

Macros

#define SET_REG(SETTING)
#define GET_REG(SETTING)

Macro Definition Documentation

◆ GET_REG

#define GET_REG ( SETTING)
Value:
return IHOLD_IRUN_register.SETTING;

Definition at line 10 of file IHOLD_IRUN.cpp.

◆ SET_REG

#define SET_REG ( SETTING)
Value:
IHOLD_IRUN_register.SETTING = B; write(IHOLD_IRUN_register.address, IHOLD_IRUN_register.sr);

TMCStepper library by @teemuatlut IHOLD_IRUN.cpp - Hold / Run TMCStepper - TMC2130 (TMC2160, TMC5130, TMC5160, TMC5161), TMC2208 (TMC2209, TMC2224), TMC2240

Definition at line 9 of file IHOLD_IRUN.cpp.