HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
Loading...
Searching...
No Matches
tmc9660::PartitionVersion Struct Reference

External memory partition version information. More...

#include <bootloader_protocol.hpp>

Static Public Member Functions

static PartitionVersion fromValue (uint32_t value) noexcept
 Parse from 32-bit value.
 

Public Attributes

uint8_t major
 Bits 15-8: Major version.
 
uint8_t minor
 Bits 7-0: Minor version.
 

Detailed Description

External memory partition version information.

Indicates the version of the external memory partition format used by the TMC9660. This version affects how TMCL scripts and parameters are stored and retrieved from external memory (SPI flash or I2C EEPROM).

Member Function Documentation

◆ fromValue()

static PartitionVersion tmc9660::PartitionVersion::fromValue ( uint32_t value)
inlinestaticnoexcept

Parse from 32-bit value.

Here is the caller graph for this function:

Member Data Documentation

◆ major

uint8_t tmc9660::PartitionVersion::major

Bits 15-8: Major version.

◆ minor

uint8_t tmc9660::PartitionVersion::minor

Bits 7-0: Minor version.


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