|
HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
|
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. | |
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).
|
inlinestaticnoexcept |
Parse from 32-bit value.
| uint8_t tmc9660::PartitionVersion::major |
Bits 15-8: Major version.
| uint8_t tmc9660::PartitionVersion::minor |
Bits 7-0: Minor version.