TMCStepper
Library supporting Trinamic Stepper Drivers for Arduino platforms
Loading...
Searching...
No Matches
SMARTEN_t Struct Reference

#include <TMC2660_bitfields.h>

Public Attributes

union { 
   uint32_t   sr 
   struct { 
      uint8_t   semin: 4 
      uint8_t   seup: 2 
      uint8_t   semax: 4 
      uint8_t   sedn: 2 
      bool   seimin: 1 
   } 
}; 

Static Public Attributes

static constexpr uint8_t address = 0b101

Detailed Description

Definition at line 58 of file TMC2660_bitfields.h.

Member Data Documentation

◆ [union]

union { ... } SMARTEN_t

◆ address

uint8_t SMARTEN_t::address = 0b101
staticconstexpr

Definition at line 59 of file TMC2660_bitfields.h.

◆ sedn

uint8_t SMARTEN_t::sedn

Definition at line 69 of file TMC2660_bitfields.h.

◆ seimin

bool SMARTEN_t::seimin

Definition at line 70 of file TMC2660_bitfields.h.

◆ semax

uint8_t SMARTEN_t::semax

Definition at line 67 of file TMC2660_bitfields.h.

◆ semin

uint8_t SMARTEN_t::semin

Definition at line 63 of file TMC2660_bitfields.h.

◆ seup

uint8_t SMARTEN_t::seup

Definition at line 65 of file TMC2660_bitfields.h.

◆ sr

uint32_t SMARTEN_t::sr

Definition at line 61 of file TMC2660_bitfields.h.


The documentation for this struct was generated from the following file: