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

Go to the source code of this file.

Macros

#define GET_REG00(SETTING)
#define GET_REG01(SETTING)
#define GET_REG10(SETTING)

Macro Definition Documentation

◆ GET_REG00

#define GET_REG00 ( SETTING)
Value:
DRVSTATUS(); return READ_RDSEL00_register.SETTING

TMCStepper library by @teemuatlut DRVSTATUS.cpp - Driver Status TMC2660

Definition at line 9 of file DRVSTATUS.cpp.

◆ GET_REG01

#define GET_REG01 ( SETTING)
Value:
DRVSTATUS(); return READ_RDSEL01_register.SETTING

Definition at line 10 of file DRVSTATUS.cpp.

◆ GET_REG10

#define GET_REG10 ( SETTING)
Value:
DRVSTATUS(); return READ_RDSEL10_register.SETTING

Definition at line 11 of file DRVSTATUS.cpp.