メインページ
モジュール
クラス
ファイル
マクロ定義
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:
Core NVIC Functions
Core SysTick Functions
Core Reset Functions
全て
クラス
ファイル
関数
変数
列挙型
列挙型の値
マクロ定義
Thu Aug 11 2011 15:01:16に生成されました。
1.7.4