RT-AICHIP-sample
CMSIS CM3 Interrupt Type 連携図

データ構造

struct  InterruptType_Type
 

マクロ定義

#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)
 

詳解

memory mapped structure for Interrupt Type

マクロ定義詳解

#define InterruptType_ACTLR_DISDEFWBUF_Msk   (1ul << InterruptType_ACTLR_DISDEFWBUF_Pos)

InterruptType ACTLR: DISDEFWBUF Mask

core_cm3.h523 行目に定義があります。

#define InterruptType_ACTLR_DISDEFWBUF_Pos   1

InterruptType ACTLR: DISDEFWBUF Position

core_cm3.h522 行目に定義があります。

#define InterruptType_ACTLR_DISFOLD_Msk   (1ul << InterruptType_ACTLR_DISFOLD_Pos)

InterruptType ACTLR: DISFOLD Mask

core_cm3.h520 行目に定義があります。

#define InterruptType_ACTLR_DISFOLD_Pos   2

InterruptType ACTLR: DISFOLD Position

core_cm3.h519 行目に定義があります。

#define InterruptType_ACTLR_DISMCYCINT_Msk   (1ul << InterruptType_ACTLR_DISMCYCINT_Pos)

InterruptType ACTLR: DISMCYCINT Mask

core_cm3.h526 行目に定義があります。

#define InterruptType_ACTLR_DISMCYCINT_Pos   0

InterruptType ACTLR: DISMCYCINT Position

core_cm3.h525 行目に定義があります。

#define InterruptType_ICTR_INTLINESNUM_Msk   (0x1Ful << InterruptType_ICTR_INTLINESNUM_Pos)

InterruptType ICTR: INTLINESNUM Mask

core_cm3.h516 行目に定義があります。

#define InterruptType_ICTR_INTLINESNUM_Pos   0

InterruptType ICTR: INTLINESNUM Position

core_cm3.h515 行目に定義があります。