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

__NVIC_GetActive() function

Get Active Interrupt Reads the active register in the NVIC and returns the active bit for the device specific interrupt.

Syntax

__STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn);

Arguments

IRQn

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.

References

LocationText
core_cm4.h:1792
__STATIC_INLINE uint32_t __NVIC_GetActive(IRQn_Type IRQn)

Data Use

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