マクロ定義
CMSIS CM0 Core Function Interface
CM0 Core Definitions

マクロ定義

#define _BIT_SHIFT(IRQn)   ( (((uint32_t)(IRQn) ) & 0x03) * 8 )
#define _SHP_IDX(IRQn)   ( ((((uint32_t)(IRQn) & 0x0F)-8) >> 2) )
#define _IP_IDX(IRQn)   ( ((uint32_t)(IRQn) >> 2) )

説明

Core Function Interface containing:

 全て クラス ファイル 関数 変数 列挙型 列挙型の値 マクロ定義