CMSIS
+
0
/1 examples
SourceVu will show references to
__NVIC_GetPriority()
from the following samples and libraries:
HAL
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
CMSIS
__NVIC_GetPriority()
__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
Show:
Summary
Declaration
from
core_cm4.h:1836
__STATIC_INLINE
uint32_t
__NVIC_GetPriority
(
IRQn_Type
IRQn
)
;
Arguments
Argument
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
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out