TMCStepper
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)   IHOLD_IRUN_register.SETTING = B; write(IHOLD_IRUN_register.address, IHOLD_IRUN_register.sr);
 
#define GET_REG(SETTING)   return IHOLD_IRUN_register.SETTING;
 

Macro Definition Documentation

◆ GET_REG

#define GET_REG (   SETTING)    return IHOLD_IRUN_register.SETTING;

Definition at line 5 of file IHOLD_IRUN.cpp.

◆ SET_REG

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

Definition at line 4 of file IHOLD_IRUN.cpp.