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

Go to the source code of this file.

Macros

#define GET_REG(NS, SETTING)   NS::DRV_STATUS_t r{0}; r.sr = DRV_STATUS(); return r.SETTING
 

Macro Definition Documentation

◆ GET_REG

#define GET_REG (   NS,
  SETTING 
)    NS::DRV_STATUS_t r{0}; r.sr = DRV_STATUS(); return r.SETTING

Definition at line 4 of file DRV_STATUS.cpp.