Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
Core_CortexM0.h File Reference

Go to the source code of this file.

Classes

struct  SCB_Type
 

Macros

#define SCB   ((SCB_Type*)SCB_BASE)
 
#define SCB_ICSR_VECTACTIVE   ((uint32_t)0x0000001F)
 
#define SCB_ICSR_VECTPENDING   ((uint32_t)0x0003F000)
 
#define SCB_ICSR_ISRPENDING   ((uint32_t)0x00400000)
 
#define SCB_ICSR_PENDSTCLR   ((uint32_t)0x02000000)
 
#define SCB_ICSR_PENDSTSET   ((uint32_t)0x04000000)
 
#define SCB_ICSR_PENDSVCLR   ((uint32_t)0x08000000)
 
#define SCB_ICSR_PENDSVSET   ((uint32_t)0x10000000)
 
#define SCB_ICSR_NMIPENDSET   ((uint32_t)0x80000000)
 
#define SCB_SCR_SLEEPDEEP   ((uint8_t)0x04)
 
#define SCB_AIRCR_VECTKEY_Pos   16
 
#define SCB_AIRCR_VECTKEY_Mask   (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos)
 
#define SCB_AIRCR_SYSRESETREQ_Pos   2U
 
#define SCB_AIRCR_SYSRESETREQ_Msk   (1UL << SCB_AIRCR_SYSRESETREQ_Pos)
 

Macro Definition Documentation

◆ SCB

#define SCB   ((SCB_Type*)SCB_BASE)

Definition at line 28 of file Core_CortexM0.h.

◆ SCB_AIRCR_SYSRESETREQ_Msk

#define SCB_AIRCR_SYSRESETREQ_Msk   (1UL << SCB_AIRCR_SYSRESETREQ_Pos)

Definition at line 60 of file Core_CortexM0.h.

◆ SCB_AIRCR_SYSRESETREQ_Pos

#define SCB_AIRCR_SYSRESETREQ_Pos   2U

Definition at line 58 of file Core_CortexM0.h.

◆ SCB_AIRCR_VECTKEY_Mask

#define SCB_AIRCR_VECTKEY_Mask   (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos)

Definition at line 56 of file Core_CortexM0.h.

◆ SCB_AIRCR_VECTKEY_Pos

#define SCB_AIRCR_VECTKEY_Pos   16

Definition at line 54 of file Core_CortexM0.h.

◆ SCB_ICSR_ISRPENDING

#define SCB_ICSR_ISRPENDING   ((uint32_t)0x00400000)

Definition at line 36 of file Core_CortexM0.h.

◆ SCB_ICSR_NMIPENDSET

#define SCB_ICSR_NMIPENDSET   ((uint32_t)0x80000000)

Definition at line 46 of file Core_CortexM0.h.

◆ SCB_ICSR_PENDSTCLR

#define SCB_ICSR_PENDSTCLR   ((uint32_t)0x02000000)

Definition at line 38 of file Core_CortexM0.h.

◆ SCB_ICSR_PENDSTSET

#define SCB_ICSR_PENDSTSET   ((uint32_t)0x04000000)

Definition at line 40 of file Core_CortexM0.h.

◆ SCB_ICSR_PENDSVCLR

#define SCB_ICSR_PENDSVCLR   ((uint32_t)0x08000000)

Definition at line 42 of file Core_CortexM0.h.

◆ SCB_ICSR_PENDSVSET

#define SCB_ICSR_PENDSVSET   ((uint32_t)0x10000000)

Definition at line 44 of file Core_CortexM0.h.

◆ SCB_ICSR_VECTACTIVE

#define SCB_ICSR_VECTACTIVE   ((uint32_t)0x0000001F)

Definition at line 32 of file Core_CortexM0.h.

◆ SCB_ICSR_VECTPENDING

#define SCB_ICSR_VECTPENDING   ((uint32_t)0x0003F000)

Definition at line 34 of file Core_CortexM0.h.

◆ SCB_SCR_SLEEPDEEP

#define SCB_SCR_SLEEPDEEP   ((uint8_t)0x04)

Definition at line 50 of file Core_CortexM0.h.