[[ファームウェア関数一覧>ファームウェア関数一覧#ydece7d3]]
*NVIC_GetSystemHandlerPendingBitStatus [#cd088442]
#contents
**ヘッダ宣言 [#j9bab37d]

**関数プロトタイプ [#m7c593eb]
 ITStatus NVIC_GetSystemHandlerPendingBitStatus(uint32_t SystemHandler)
**動作 [#x505fad5]
-指定したシステムハンドラの保留ビットが設定されているか否かをチェックします。
**引数 [#wcc8c65c]
-SystemHandler&br;
#include(Macro/SystemHandlerPendingBit,notitle)
**戻り値 [#tfbadda8]
-ITStatus
#include(Macro/ITStatus,notitle)
**呼び出し関数 [#m0c7327a]
-無し
**サンプル [#j438bd9f]
 /* Check if the Memory Manage Fault has occured */
 ITStatus MemoryHandlerStatus;
 MemoryHandlerStatus
 =NVIC_GetSystemHandlerPendingBitStatus(SystemHandler_MemoryManage);
**参照 [#i4f2cbc9]
-


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS