CMSIS
+
0
/1 examples
SourceVu will show references to
__NVIC_ClearPendingIRQ()
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_ClearPendingIRQ()
__NVIC_ClearPendingIRQ() function
Clear Pending Interrupt Clears the pending bit of a device specific interrupt in the NVIC pending register.
Syntax
Show:
Summary
Declaration
from
core_cm4.h:1775
__STATIC_INLINE
void
__NVIC_ClearPendingIRQ
(
IRQn_Type
IRQn
)
;
Arguments
Argument
IRQn
Notes
IRQn must not be negative.
Examples
__NVIC_ClearPendingIRQ()
is referenced by 1 libraries and example projects:
HAL
References
from
0/1
examples
Code
Location
__STATIC_INLINE
void
__NVIC_ClearPendingIRQ
(
IRQn_Type
IRQn
)
core_cm4.h:1775
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
__NVIC_ClearPendingIRQ()
reads 1 variable:
NVIC_Type::ICPR
All items filtered out
__NVIC_ClearPendingIRQ()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out