TMCStepper
SGCSCONF_t Struct Reference

#include <TMC2660_bitfields.h>

Public Attributes

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

Static Public Attributes

constexpr static uint8_t address = 0b110
 

Detailed Description

Definition at line 65 of file TMC2660_bitfields.h.

Member Data Documentation

◆ @121

union { ... }

◆ __pad0__

uint8_t SGCSCONF_t::__pad0__

Definition at line 71 of file TMC2660_bitfields.h.

◆ __pad1__

uint8_t SGCSCONF_t::__pad1__

Definition at line 73 of file TMC2660_bitfields.h.

◆ address

constexpr static uint8_t SGCSCONF_t::address = 0b110
staticconstexpr

Definition at line 66 of file TMC2660_bitfields.h.

◆ cs

uint8_t SGCSCONF_t::cs

Definition at line 70 of file TMC2660_bitfields.h.

◆ sfilt

bool SGCSCONF_t::sfilt

Definition at line 74 of file TMC2660_bitfields.h.

◆ sgt

uint8_t SGCSCONF_t::sgt

Definition at line 72 of file TMC2660_bitfields.h.

◆ sr

uint32_t SGCSCONF_t::sr

Definition at line 68 of file TMC2660_bitfields.h.


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