TMCStepper
SMARTEN.cpp File Reference
#include "TMCStepper.h"
#include "TMC_MACROS.h"
+ Include dependency graph for SMARTEN.cpp:

Go to the source code of this file.

Macros

#define SET_REG(SETTING)   SMARTEN_register.SETTING = B; write(SMARTEN_register.address, SMARTEN_register.sr)
 
#define GET_REG(SETTING)   return SMARTEN_register.SETTING
 

Macro Definition Documentation

◆ GET_REG

#define GET_REG (   SETTING)    return SMARTEN_register.SETTING

Definition at line 5 of file SMARTEN.cpp.

◆ SET_REG

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

Definition at line 4 of file SMARTEN.cpp.