1.2.14.1 1.3.14.1 1.4.12.1 1.5.13.1 1.6.15.1 1.7.16.1 1.8.12.1 1.9.13.1 1.29.14.1 1.30.9.1 1.31.9.1 1.32.15.1 1.33.9.1 1.34.9.1 1.35.7.1 1.36.10.1 1.37.9.1 1.38.12.1 1.39.9.1 1.40.12.1 1.41.11.1 1.42.9.1 NVIC_Initialize Function
C
void NVIC_Initialize( void );
Summary
Initializes interrupt controller (NVIC) module of the device
Description
This function initializes the interrupt controller (NVIC) as configured by the user in MHC
Precondition
None.
Parameters
None.
Returns
None.
Example
NVIC_Initialize ();
Remarks
None.