__NVIC_GetActive() function
Get Active Interrupt Reads the active register in the NVIC and returns the active bit for the device specific interrupt.
Return value
0 Interrupt status is not active. 1 Interrupt status is active.
Notes
IRQn must not be negative.
Examples
__NVIC_GetActive() is referenced by 1 libraries and example projects: