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

Go to the source code of this file.

Macros

#define GET_REG_NS(NS, SETTING)
#define GET_REG(SETTING)
#define GET_REG_2160(SETTING)
#define GET_REG_2208(SETTING)
#define GET_REG_2209(SETTING)
#define GET_REG_2224(SETTING)
#define GET_REG_2240(SETTING)
#define GET_REG_5130(SETTING)

Macro Definition Documentation

◆ GET_REG

#define GET_REG ( SETTING)
Value:
IOIN_t r{}; r.sr = IOIN(); return r.SETTING
uint32_t sr

Definition at line 14 of file IOIN.cpp.

◆ GET_REG_2160

#define GET_REG_2160 ( SETTING)
Value:
#define GET_REG_NS(NS, SETTING)
Definition IOIN.cpp:9

Definition at line 28 of file IOIN.cpp.

◆ GET_REG_2208

#define GET_REG_2208 ( SETTING)
Value:

Definition at line 42 of file IOIN.cpp.

◆ GET_REG_2209

#define GET_REG_2209 ( SETTING)
Value:

Definition at line 58 of file IOIN.cpp.

◆ GET_REG_2224

#define GET_REG_2224 ( SETTING)
Value:

Definition at line 74 of file IOIN.cpp.

◆ GET_REG_2240

#define GET_REG_2240 ( SETTING)
Value:

Definition at line 90 of file IOIN.cpp.

◆ GET_REG_5130

#define GET_REG_5130 ( SETTING)
Value:

Definition at line 114 of file IOIN.cpp.

◆ GET_REG_NS

#define GET_REG_NS ( NS,
SETTING )
Value:
NS::IOIN_t r{}; r.sr = IOIN(); return r.SETTING

TMCStepper library by @teemuatlut IOIN.cpp - Driver Control TMC2130 (TMC5160, TMC5161), TMC2160, TMC5130, TMC2208, TMC2209, TMC2224, TMC2240

Definition at line 9 of file IOIN.cpp.