[[ファームウェア関数一覧>ファームウェア関数一覧#ydece7d3]]
*NVIC_SystemHandlerPriorityConfig [#e0bd6808]
#contents
**ヘッダ宣言 [#c8370854]

**関数プロトタイプ [#m0d5d01a]
 void NVIC_SystemHandlerPriorityConfig(uint32_t SystemHandler, uint8_t SystemHandlerPreemptionPriority, uint8_t SystemHandlerSubPriority)
**動作 [#x80393e7]
-指定したシステムハンドラの優先度を設定します。
**引数 [#dedd8b9b]
-SystemHandler&br;
有効・無効にするシステムハンドラを指定してください。&br;
#include(Macro/SystemHandlerPriorityConfig,notitle)
-SystemHandlerPreemptionPriority&br;
--SystemHandlerSubPriority&br;
#include(Macro/NVIC_IRQChannelPreemptionPriority,notitle)
**戻り値 [#j8baed55]
-無し
**呼び出し関数 [#tb49d31c]
-無し
**サンプル [#kde49855]
 /* Enable the Memory Manage Handler */
 NVIC_SystemHandlerPriorityConfig(SystemHandler_MemoryManage, 2, 8);
**参照 [#e4e025f1]
-


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