Zephyr Project API  3.3.0
A Scalable Open Source RTOS
cmsis.h File Reference

CMSIS interface file. More...

#include <zephyr/arch/arm/aarch32/cortex_m/nvic.h>
#include <soc.h>

Go to the source code of this file.

Enumerations

enum  IRQn_Type {
  Reset_IRQn = -15 , NonMaskableInt_IRQn = -14 , HardFault_IRQn = -13 , SVCall_IRQn = -5 ,
  DebugMonitor_IRQn = -4 , PendSV_IRQn = -2 , SysTick_IRQn = -1 , Max_IRQn = CONFIG_NUM_IRQS
}
 

Detailed Description

CMSIS interface file.

This header contains the interface to the ARM CMSIS Core headers.

Enumeration Type Documentation

◆ IRQn_Type

enum IRQn_Type
Enumerator
Reset_IRQn 
NonMaskableInt_IRQn 
HardFault_IRQn 
SVCall_IRQn 
DebugMonitor_IRQn 
PendSV_IRQn 
SysTick_IRQn 
Max_IRQn