__NVIC_GetVector() function
Get Interrupt Vector Reads an interrupt vector from interrupt vector table. The interrupt number can be positive to specify a device specific interrupt, or negative to specify a processor exception.
Return value
Address of interrupt handler function