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