2.88.4 RAM_ECC_StatusGet Function
C
RAM_ECC_STATUS RAM_ECC_StatusGet(void)
Summary
Returns the current ECC status for the RAM.
Description
This function returns the ECC status by reading the interrupt status register MCRAMC_INTSTA.
Precondition
None
Parameters
None
Returns
RAM_ECC_STATUS - RAM ECC status types
Example
RAM_ECC_STATUS eccStatus; // Get the current ECC status eccStatus = RAM_ECC_StatusGet();