ファームウェア関数一覧

NVIC_GetSystemHandlerActiveBitStatus

ヘッダ宣言

関数プロトタイプ

ITStatus NVIC_GetSystemHandlerActiveBitStatus(uint32_t SystemHandler)

動作

  • 指定したシステムハンドラの有効ビットが設定されているか否かをチェックします。

引数

  • SystemHandler
    SystemHandler説明
    SystemHandler_MemoryManageMemory Manage Handler
    SystemHandler_BusFaultBus Fault Handler
    SystemHandler_UsageFaultUsage Fault Handler
    SystemHandler_SVCallSVCall Handler
    SystemHandler_DebugMonitorDebug Monitor Handler
    SystemHandler_PSVPSV Handler
    SystemHandler_SysTickSysTick Handler

戻り値

  • ITStatus
    ITStatus説明
    SET割り込みが発生しています
    RESET割り込みは発生していません

呼び出し関数

  • 無し

サンプル

/* Check if the Bus Fault is active or stacked */
ITStatus BusFaultHandlerStatus;
BusFaultHandlerStatus =
NVIC_GetSystemHandlerActiveBitStatus(SystemHandler_BusFault);

参照


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2011-05-11 (水) 10:30:04