__enable_interrupt
In this section:
Syntax
void __enable_interrupt(void);
Description
Enables interrupts by inserting the csrs instruction, to set the MIE bit in the MSTATUS register.
Note
To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.