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

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)
 

Detailed Description

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.

Member Function Documentation

◆ fromValue()

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

Parse from 32-bit value.

Here is the caller graph for this function:

Member Data Documentation

◆ errorCount

uint8_t tmc9660::OtpLoadResult::errorCount

OTP bit error count (bits 15-8)

◆ pageTag

uint8_t tmc9660::OtpLoadResult::pageTag

OTP page tag (bits 7-0)


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