|
HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
|
OTP burn operation result information. More...
#include <bootloader_protocol.hpp>
Static Public Member Functions | |
| static OtpBurnResult | createSuccess () noexcept |
| Create success result. | |
| static OtpBurnResult | createError (OtpBurnError code) noexcept |
| Create error result. | |
Public Attributes | |
| bool | isSuccess |
| Whether the burn operation succeeded. | |
| OtpBurnError | errorCode |
| Error code if operation failed. | |
| const char * | errorDescription |
| Human-readable error description. | |
OTP burn operation result information.
Contains the result of burning data to OTP (One-Time Programmable) memory. The structure includes success status, error code, and human-readable error description for debugging failed burn operations.
|
inlinestaticnoexcept |
Create error result.
|
inlinestaticnoexcept |
Create success result.
| OtpBurnError tmc9660::OtpBurnResult::errorCode |
Error code if operation failed.
| bool tmc9660::OtpBurnResult::isSuccess |
Whether the burn operation succeeded.