CMSIS
__NVIC_GetEnableIRQ()
is only used within CMSIS.
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_GetEnableIRQ()
__NVIC_GetEnableIRQ() function
Get Interrupt Enable status Returns a device specific interrupt enable status from the NVIC interrupt controller.
Syntax
Show:
Summary
Declaration
from
core_cm4.h:1703
__STATIC_INLINE
uint32_t
__NVIC_GetEnableIRQ
(
IRQn_Type
IRQn
)
;
Arguments
Argument
IRQn
Return value
0 Interrupt is not enabled. 1 Interrupt is enabled.
Notes
IRQn must not be negative.
Examples
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