STM32F10x Standard Peripherals Library  3.5.0
CMSIS CM3 Interrupt Type

Data Structures

struct  InterruptType_Type

Defines

#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


Define Documentation

#define InterruptType_ACTLR_DISDEFWBUF_Msk   (1ul << InterruptType_ACTLR_DISDEFWBUF_Pos)

InterruptType ACTLR: DISDEFWBUF Mask

Definition at line 523 of file core_cm3.h.

#define InterruptType_ACTLR_DISDEFWBUF_Pos   1

InterruptType ACTLR: DISDEFWBUF Position

Definition at line 522 of file core_cm3.h.

#define InterruptType_ACTLR_DISFOLD_Msk   (1ul << InterruptType_ACTLR_DISFOLD_Pos)

InterruptType ACTLR: DISFOLD Mask

Definition at line 520 of file core_cm3.h.

#define InterruptType_ACTLR_DISFOLD_Pos   2

InterruptType ACTLR: DISFOLD Position

Definition at line 519 of file core_cm3.h.

#define InterruptType_ACTLR_DISMCYCINT_Msk   (1ul << InterruptType_ACTLR_DISMCYCINT_Pos)

InterruptType ACTLR: DISMCYCINT Mask

Definition at line 526 of file core_cm3.h.

#define InterruptType_ACTLR_DISMCYCINT_Pos   0

InterruptType ACTLR: DISMCYCINT Position

Definition at line 525 of file core_cm3.h.

#define InterruptType_ICTR_INTLINESNUM_Msk   (0x1Ful << InterruptType_ICTR_INTLINESNUM_Pos)

InterruptType ICTR: INTLINESNUM Mask

Definition at line 516 of file core_cm3.h.

#define InterruptType_ICTR_INTLINESNUM_Pos   0

InterruptType ICTR: INTLINESNUM Position

Definition at line 515 of file core_cm3.h.