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

#include <TMC2208_bitfields.h>

Public Attributes

union { 
   uint16_t   sr 
   struct { 
      uint8_t   fclktrim: 5 
      uint8_t   ottrim: 2 
   } 
}; 

Static Public Attributes

static constexpr uint8_t address = 0x07

Detailed Description

Definition at line 83 of file TMC2208_bitfields.h.

Member Data Documentation

◆ [union]

union { ... } FACTORY_CONF_t

◆ address

uint8_t FACTORY_CONF_t::address = 0x07
staticconstexpr

Definition at line 84 of file TMC2208_bitfields.h.

◆ fclktrim

uint8_t FACTORY_CONF_t::fclktrim

Definition at line 88 of file TMC2208_bitfields.h.

◆ ottrim

uint8_t FACTORY_CONF_t::ottrim

Definition at line 90 of file TMC2208_bitfields.h.

◆ sr

uint16_t FACTORY_CONF_t::sr

Definition at line 86 of file TMC2208_bitfields.h.


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