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

#include <TMC2240_bitfields.h>

Public Attributes

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

Static Public Attributes

static constexpr uint8_t address = 0x01

Detailed Description

Definition at line 49 of file TMC2240_bitfields.h.

Member Data Documentation

◆ [union]

union { ... } TMC2240_n::GSTAT_t

◆ address

uint8_t TMC2240_n::GSTAT_t::address = 0x01
staticconstexpr

Definition at line 50 of file TMC2240_bitfields.h.

◆ drv_err

bool TMC2240_n::GSTAT_t::drv_err

Definition at line 55 of file TMC2240_bitfields.h.

◆ register_reset

bool TMC2240_n::GSTAT_t::register_reset

Definition at line 57 of file TMC2240_bitfields.h.

◆ reset

bool TMC2240_n::GSTAT_t::reset

Definition at line 54 of file TMC2240_bitfields.h.

◆ sr

uint8_t TMC2240_n::GSTAT_t::sr

Definition at line 52 of file TMC2240_bitfields.h.

◆ uv_cp

bool TMC2240_n::GSTAT_t::uv_cp

Definition at line 56 of file TMC2240_bitfields.h.

◆ vm_uvlo

bool TMC2240_n::GSTAT_t::vm_uvlo

Definition at line 58 of file TMC2240_bitfields.h.


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