4.7 CLASSB_FLASH_ECC_InterruptHandler
Function
void __attribute__((used)) CLASSB_FLASH_ECC_InterruptHandler (void);
Summary
This function is called if FLASH 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_flash_test.c file.
Precondition
None.
Parameters
None.
Returns
None.
Example
CLASSB_FLASH_ECC_InterruptHandler();
Remarks
None.