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

__NVIC_GetPriority() function

Get Interrupt Priority Reads the priority of a device specific interrupt or a processor exception. The interrupt number can be positive to specify a device specific interrupt, or negative to specify a processor exception.

Syntax

__STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn);

Arguments

IRQn

Return value

Interrupt Priority. Value is aligned automatically to the implemented priority bits of the microcontroller.

Examples

__NVIC_GetPriority() is referenced by 1 libraries and example projects.

References

LocationText
core_cm4.h:1836
__STATIC_INLINE uint32_t __NVIC_GetPriority(IRQn_Type IRQn)

Data Use

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