2.58.11 INTC_Enable Function
C
void INTC_Enable( void )
Summary
Enables all global interrupts.
Description
This function enables all global interrupts, allowing the system to respond to interrupt requests.
Precondition
None.
Parameters
None.
Returns
None.
Example
INTC_Enable();
Remarks
None.