__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.
__NVIC_GetActive() reads 1 variable:
![]()
__NVIC_GetActive()