TMCStepper
GSTAT_t Struct Reference

#include <TMC2130_bitfields.h>

Public Attributes

union {
   uint8_t   sr: 3
 
   struct {
      bool   reset: 1
 
      bool   drv_err: 1
 
      bool   uv_cp: 1
 
   } 
 
}; 
 

Static Public Attributes

constexpr static uint8_t address = 0x01
 

Detailed Description

Definition at line 55 of file TMC2130_bitfields.h.

Member Data Documentation

◆ @11

union { ... }

◆ address

constexpr static uint8_t GSTAT_t::address = 0x01
staticconstexpr

Definition at line 56 of file TMC2130_bitfields.h.

◆ drv_err

bool GSTAT_t::drv_err

Definition at line 61 of file TMC2130_bitfields.h.

◆ reset

bool GSTAT_t::reset

Definition at line 60 of file TMC2130_bitfields.h.

◆ sr

uint8_t GSTAT_t::sr

Definition at line 58 of file TMC2130_bitfields.h.

◆ uv_cp

bool GSTAT_t::uv_cp

Definition at line 62 of file TMC2130_bitfields.h.


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