ファームウェア関数一覧

NVIC_GetSystemHandlerPendingBitStatus

ヘッダ宣言

関数プロトタイプ

ITStatus NVIC_GetSystemHandlerPendingBitStatus(uint32_t SystemHandler)

動作

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

引数

  • SystemHandler
    SystemHandler説明
    SystemHandler_MemoryManageMemory Manage Handler
    SystemHandler_BusFaultBus Fault Handler
    SystemHandler_SVCallSVCall Handler

戻り値

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

呼び出し関数

  • 無し

サンプル

/* Check if the Memory Manage Fault has occured */
ITStatus MemoryHandlerStatus;
MemoryHandlerStatus
=NVIC_GetSystemHandlerPendingBitStatus(SystemHandler_MemoryManage);

参照


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