9.1.2.1 Example Code
Add the following to the application C-file:
staticvolatileboolreset_interrupt_triggered =false;
voidRSTC_Handler(void){/* Clear the interrupt. */rstc_get_status(RSTC);reset_interrupt_triggered =true;}
