External interrupt number. This parameter can be an enumerator of IRQn_Type enumeration (For the complete STM32 Devices IRQ Channels list, please refer to the appropriate CMSIS device file (stm32f4xxxx.h))
Return value
None
Notes
To configure interrupts priority correctly, the NVIC_PriorityGroupConfig() function should be called before.
Examples
HAL_NVIC_EnableIRQ() is referenced by 723 libraries and example projects: