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