Symbols
loading...
Files
loading...

__NVIC_DisableIRQ() function

Disable Interrupt Disables a device specific interrupt in the NVIC interrupt controller.

Syntax

__STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn);

Arguments

IRQn

Notes

IRQn must not be negative.

Examples

__NVIC_DisableIRQ() is referenced by 17 libraries and example projects.

References

LocationText
core_cm4.h:1722
__STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn)

Call Tree

Functions called by __NVIC_DisableIRQ()
__NVIC_DisableIRQ()
all items filtered out
Data read by __NVIC_DisableIRQ()
__NVIC_DisableIRQ()