GPS Device
Loading...
Searching...
No Matches
arm_cortex_m4_nvic.h
Go to the documentation of this file.
1
17
24
25#ifndef ARM_CORTEX_M4_NVIC_H__
26#define ARM_CORTEX_M4_NVIC_H__
27
28#include "stm32f401re.h"
29#include "common.h"
30
48void nvic_set_interrupt(IRQn_te interrupt_line, EN_STATUS_te en_status);
49
50#endif
51
Common utility module public API.
EN_STATUS_te
Represents an enabled or disabled state.
Definition common.h:95
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.