2.88.10 RAM_ECC_FaultCaptureSyndromeGet Function

C

uint8_t RAM_ECC_FaultCaptureSyndromeGet(void)

Summary

Returns the ECC fault syndrome value.

Description

This function returns an 8-bit value representing the syndrome of the most recent ECC fault

Precondition

None

Parameters

None

Returns

ECC fault syndrome value

Example

    uint8_t faultSyndrome;

    faultSyndrome = RAM_ECC_FaultCaptureSyndromeGet();