|
HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
|
OTP load operation result information. More...
#include <bootloader_protocol.hpp>
Static Public Member Functions | |
| static OtpLoadResult | fromValue (uint32_t value) noexcept |
| Parse from 32-bit value. | |
Public Attributes | |
| uint8_t | errorCount |
| OTP bit error count (bits 15-8) | |
| uint8_t | pageTag |
| OTP page tag (bits 7-0) | |
OTP load operation result information.
Contains the result of loading data from OTP (One-Time Programmable) memory. The error count indicates how many bit errors were detected during load, while the page tag identifies the loaded OTP page.
|
inlinestaticnoexcept |
Parse from 32-bit value.
| uint8_t tmc9660::OtpLoadResult::errorCount |
OTP bit error count (bits 15-8)
| uint8_t tmc9660::OtpLoadResult::pageTag |
OTP page tag (bits 7-0)