[[ファームウェア関数一覧>ファームウェア関数一覧#o079713f]]
*DMA_GetITStatus [#i9780e57]
#contents
**ヘッダ宣言 [#t5c1e7f4]

**関数プロトタイプ [#r77c7699]
 ITStatus DMA_GetITStatus(uint32_t DMA_IT)
**動作 [#ufb34cf2]
-指定したDMAyのxチャンネルの割り込み状態を返却します。
**引数 [#vf6173e7]
-DMAy_Channelx
#include(Macro/DMAy_Channelx,notitle)
-DMA_IT
#include(Macro/DMA_IT_GetIT,notitle)
**戻り値 [#o088f6b5]
-ITStatus
#include(Macro/ITStatus,notitle)
**出力値 [#q6b05e85]
-無し
**呼び出し関数 [#xbbe323e]
-無し
**サンプル [#daf744fb]
 /* Test if the DMA1 Channel7 transfer complete interrupt has
 occurred or not */
 ITStatus Status;
 Status = DMA_GetITStatus(DMA1_IT_TC7);

**参照 [#a2328dbe]
-

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