HAL + 0/197 examples
CodeScope will show references to HAL_NVIC_DisableIRQ() from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Demonstrations
Applications
FileX
FX_IAP
USBX
Examples
DAC
I2C
IWDG
QSPI
SPI
UART
STM32469I_EVAL
Demonstrations
Applications
USB_Device
Examples
ADC
DAC
DMA2D
I2C
IWDG
QSPI
UART
STM32446E-Nucleo
Examples
I2C
UART
STM32446E_EVAL
Applications
USB_Device
Examples
ADC
DAC
I2C
IWDG
QSPI
UART
STM324x9I_EVAL
Applications
USB_Device
Examples
ADC
CAN
DAC
RTC
UART
STM324xG_EVAL
Applications
USB_Device
Examples
ADC
CAN
DAC
RTC
UART
STM32F4-Discovery
Examples
ADC
DAC
I2C
SPI
SPI_FullDuplex_AdvComIT
UART
STM32F401-Discovery
Examples
ADC
I2C
SPI
UART
STM32F410xx-Nucleo
Examples
I2C
UART
STM32F411E-Discovery
Examples
ADC
I2C
SPI
UART
STM32F411RE-Nucleo
Examples_MIX
I2C
SPI
UART
STM32F412G-Discovery
Examples
I2C
IWDG
QSPI
SPI
UART
STM32F412ZG-Nucleo
Examples
I2C
IWDG
SPI
UART
STM32F413H-Discovery
Examples
DAC
FMC
QSPI
STM32F413ZH-Nucleo
Examples
I2C
IWDG
SPI
UART
STM32F429I-Discovery
Examples
ADC
DAC
I2C
SPI
UART
STM32F429ZI-Nucleo
Applications
NetXDuo
USBX
Examples
IWDG
UART
Examples_MIX
ADC
STM32F446ZE-Nucleo
Examples
IWDG
 
Symbols
loading...
Files
loading...

HAL_NVIC_DisableIRQ() function

Disables a device specific interrupt in the NVIC interrupt controller.

Syntax

void HAL_NVIC_DisableIRQ(IRQn_Type IRQn);
Implemented in stm32f4xx_hal_cortex.c:201

Arguments

IRQn

External interrupt number. This parameter can be an enumerator of IRQn_Type enumeration (For the complete STM32 Devices IRQ Channels list, please refer to the appropriate CMSIS device file (stm32f4xxxx.h))

Return value

None

Examples

HAL_NVIC_DisableIRQ() is referenced by 197 libraries and example projects.

References

LocationText
stm32f4xx_hal_cortex.c:201
void HAL_NVIC_DisableIRQ(IRQn_Type IRQn)
stm32f4xx_hal_cortex.h:263
void HAL_NVIC_DisableIRQ(IRQn_Type IRQn);

Call Tree

Functions called by HAL_NVIC_DisableIRQ()
HAL_NVIC_DisableIRQ()
assert_failed()
all items filtered out
Data read by HAL_NVIC_DisableIRQ()
all items filtered out
HAL_NVIC_DisableIRQ()