CMSIS + 0/1 examples
CodeScope will show references to __NVIC_GetPendingIRQ() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

__NVIC_GetPendingIRQ() function

Get Pending Interrupt Reads the NVIC pending register and returns the pending bit for the specified device specific interrupt.

Syntax

__STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn);

Arguments

IRQn

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.

References

LocationText
core_cm4.h:1741
__STATIC_INLINE uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn)

Data Use

Data read by __NVIC_GetPendingIRQ()
__NVIC_GetPendingIRQ()
Type of __NVIC_GetPendingIRQ()
__NVIC_GetPendingIRQ()
uint32_t
all items filtered out