uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CMSIS CM3 Interrupt Type

Classes

struct  InterruptType_Type
 Instrumentation Trace Macrocell (ITM) register structure definition. More...
 

Macros

#define InterruptType_ICTR_INTLINESNUM_Pos   0
 
#define InterruptType_ICTR_INTLINESNUM_Msk   (0x1Ful << InterruptType_ICTR_INTLINESNUM_Pos)
 
#define InterruptType_ACTLR_DISFOLD_Pos   2
 
#define InterruptType_ACTLR_DISFOLD_Msk   (1ul << InterruptType_ACTLR_DISFOLD_Pos)
 
#define InterruptType_ACTLR_DISDEFWBUF_Pos   1
 
#define InterruptType_ACTLR_DISDEFWBUF_Msk   (1ul << InterruptType_ACTLR_DISDEFWBUF_Pos)
 
#define InterruptType_ACTLR_DISMCYCINT_Pos   0
 
#define InterruptType_ACTLR_DISMCYCINT_Msk   (1ul << InterruptType_ACTLR_DISMCYCINT_Pos)
 

Detailed Description

memory mapped structure for Interrupt Type

Macro Definition Documentation

#define InterruptType_ACTLR_DISDEFWBUF_Msk   (1ul << InterruptType_ACTLR_DISDEFWBUF_Pos)

InterruptType ACTLR: DISDEFWBUF Mask

Definition at line 532 of file core_cm3.h.

#define InterruptType_ACTLR_DISDEFWBUF_Pos   1

InterruptType ACTLR: DISDEFWBUF Position

Definition at line 531 of file core_cm3.h.

#define InterruptType_ACTLR_DISFOLD_Msk   (1ul << InterruptType_ACTLR_DISFOLD_Pos)

InterruptType ACTLR: DISFOLD Mask

Definition at line 529 of file core_cm3.h.

#define InterruptType_ACTLR_DISFOLD_Pos   2

InterruptType ACTLR: DISFOLD Position

Definition at line 528 of file core_cm3.h.

#define InterruptType_ACTLR_DISMCYCINT_Msk   (1ul << InterruptType_ACTLR_DISMCYCINT_Pos)

InterruptType ACTLR: DISMCYCINT Mask

Definition at line 535 of file core_cm3.h.

#define InterruptType_ACTLR_DISMCYCINT_Pos   0

InterruptType ACTLR: DISMCYCINT Position

Definition at line 534 of file core_cm3.h.

#define InterruptType_ICTR_INTLINESNUM_Msk   (0x1Ful << InterruptType_ICTR_INTLINESNUM_Pos)

InterruptType ICTR: INTLINESNUM Mask

Definition at line 525 of file core_cm3.h.

#define InterruptType_ICTR_INTLINESNUM_Pos   0

InterruptType ICTR: INTLINESNUM Position

Definition at line 524 of file core_cm3.h.