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

#include <TMC5130_bitfields.h>

Public Attributes

union { 
   uint32_t   sr 
   struct { 
      uint8_t   w0: 2 
      uint8_t   w1: 2 
      uint8_t   w2: 2 
      uint8_t   w3: 2 
      uint8_t   x1: 8 
      uint8_t   x2: 8 
      uint8_t   x3: 8 
   } 
}; 

Static Public Attributes

static constexpr uint8_t address = 0x68

Detailed Description

Definition at line 233 of file TMC5130_bitfields.h.

Member Data Documentation

◆ [union]

union { ... } MSLUTSEL_t

◆ address

uint8_t MSLUTSEL_t::address = 0x68
staticconstexpr

Definition at line 234 of file TMC5130_bitfields.h.

◆ sr

uint32_t MSLUTSEL_t::sr

Definition at line 236 of file TMC5130_bitfields.h.

◆ w0

uint8_t MSLUTSEL_t::w0

Definition at line 238 of file TMC5130_bitfields.h.

◆ w1

uint8_t MSLUTSEL_t::w1

Definition at line 239 of file TMC5130_bitfields.h.

◆ w2

uint8_t MSLUTSEL_t::w2

Definition at line 240 of file TMC5130_bitfields.h.

◆ w3

uint8_t MSLUTSEL_t::w3

Definition at line 241 of file TMC5130_bitfields.h.

◆ x1

uint8_t MSLUTSEL_t::x1

Definition at line 242 of file TMC5130_bitfields.h.

◆ x2

uint8_t MSLUTSEL_t::x2

Definition at line 243 of file TMC5130_bitfields.h.

◆ x3

uint8_t MSLUTSEL_t::x3

Definition at line 244 of file TMC5130_bitfields.h.


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