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

#include <TMC2660_bitfields.h>

Public Attributes

union { 
   uint32_t   sr 
   struct { 
      uint8_t   cs: 5 
      uint8_t   : 3 
      uint8_t   sgt: 7 
      uint8_t   : 1 
      bool   sfilt: 1 
   } 
}; 

Static Public Attributes

static constexpr uint8_t address = 0b110

Detailed Description

Definition at line 75 of file TMC2660_bitfields.h.

Member Data Documentation

◆ [union]

union { ... } SGCSCONF_t

◆ __pad0__

uint8_t SGCSCONF_t::__pad0__

Definition at line 81 of file TMC2660_bitfields.h.

◆ __pad1__

uint8_t SGCSCONF_t::__pad1__

Definition at line 83 of file TMC2660_bitfields.h.

◆ address

uint8_t SGCSCONF_t::address = 0b110
staticconstexpr

Definition at line 76 of file TMC2660_bitfields.h.

◆ cs

uint8_t SGCSCONF_t::cs

Definition at line 80 of file TMC2660_bitfields.h.

◆ sfilt

bool SGCSCONF_t::sfilt

Definition at line 84 of file TMC2660_bitfields.h.

◆ sgt

uint8_t SGCSCONF_t::sgt

Definition at line 82 of file TMC2660_bitfields.h.

◆ sr

uint32_t SGCSCONF_t::sr

Definition at line 78 of file TMC2660_bitfields.h.


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