4.14 CLASSB_SRAM_ECC_InterruptHandler
Function
void __attribute__((used)) CLASSB_SRAM_ECC_InterruptHandler (void);
Summary
This function is called if SRAM ECC interrupt occurs.
Description
This function will handle the interrupt and gives a callback to the diagnostic registered routine. Default implementation of this function is available in classb_sram_test.c file.
Precondition
None.
Parameters
None.
Returns
None.
Example
CLASSB_SRAM_ECC_InterruptHandler();
Remarks
None.