ファームウェア関数一覧

NVIC_GetCurrentPendingIRQChannel

ヘッダ宣言

関数プロトタイプ

uint16_t NVIC_GetCurrentPendingIRQChannel(void)

動作

  • 現在の保留されているIRQチャンネルIDを返却します。

引数

  • 無し

戻り値

  • uint16_t型

呼び出し関数

  • 無し

サンプル

/* Get the current pending IRQ channel identifier */
uint16_t CurrentPendingIRQChannel;
CurrentPendingIRQChannel = NVIC_GetCurrentPendingIRQChannel();

参照


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