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

#include <TMC2130_bitfields.h>

Public Attributes

union { 
   uint32_t   sr 
   struct { 
      uint16_t   dc_time: 10 
      uint16_t uint8_t   dc_sg: 6: 8 
   } 
}; 

Static Public Attributes

static constexpr uint8_t address = 0x6E

Detailed Description

Definition at line 194 of file TMC2130_bitfields.h.

Member Data Documentation

◆ [union]

union { ... } DCCTRL_t

◆ address

uint8_t DCCTRL_t::address = 0x6E
staticconstexpr

Definition at line 195 of file TMC2130_bitfields.h.

◆ dc_sg

uint16_t uint8_t DCCTRL_t::dc_sg

Definition at line 201 of file TMC2130_bitfields.h.

◆ dc_time

uint16_t DCCTRL_t::dc_time

Definition at line 199 of file TMC2130_bitfields.h.

◆ sr

uint32_t DCCTRL_t::sr

Definition at line 197 of file TMC2130_bitfields.h.


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