MuleRun
Chat
Resources
Pricing
Back to all
data-integrity
by
Amin Alam
Run
5
0
Feb 7, 2026
Visit Source
ECC status handling: ```c // REQ-DINT-ECC-02; TEST-DINT-05 if (ecc_corrected) log_event("ECC_CORRECTED"); if (ecc_uncorrectable) { enter_safe_state(); } ```