|
HF-TMC51x0 Driver (TMC5130 & TMC5160) 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC51x0 (TMC5130 & TMC5160)
|
Offset calibration result register (OFFSET_READ) More...
#include <tmc51x0_registers.hpp>
Public Attributes | ||
| uint32_t | value | |
| struct { | ||
| uint32_t phase_b: 8 | ||
| Phase B offset calibration result (bits 7..0, signed) More... | ||
| uint32_t phase_a: 8 | ||
| Phase A offset calibration result (bits 15..8, signed) More... | ||
| uint32_t reserved: 16 | ||
| Reserved bits. More... | ||
| } | bits | |
Offset calibration result register (OFFSET_READ)
Results from offset calibration procedure.
Bit assignments per datasheet:
| struct { ... } tmc51x0::OFFSET_READ_Register::bits |
| uint32_t tmc51x0::OFFSET_READ_Register::phase_a |
Phase A offset calibration result (bits 15..8, signed)
| uint32_t tmc51x0::OFFSET_READ_Register::phase_b |
Phase B offset calibration result (bits 7..0, signed)
| uint32_t tmc51x0::OFFSET_READ_Register::reserved |
Reserved bits.
| uint32_t tmc51x0::OFFSET_READ_Register::value |