25#ifndef ARM_CORTEX_M4_NVIC_H__
26#define ARM_CORTEX_M4_NVIC_H__
Common utility module public API.
EN_STATUS_te
Represents an enabled or disabled state.
void nvic_set_interrupt(IRQn_te interrupt_line, EN_STATUS_te en_status)
Enables or disables an interrupt line in the NVIC.
IRQn_te
IRQ numbers in the STM32F401RE Cortex-M4 vector table.
STM32F401RE MCU-specific peripheral register definitions and bit position enumerations.