[[ファームウェア関数一覧>ファームウェア関数一覧#o079713f]] *DMA_GetCurrDataCounter [#y4e69e5c] #contents **ヘッダ宣言 [#e0d999be] **関数プロトタイプ [#d75e1928] uint16_t DMA_GetCurrDataCounter(DMA_Channel_TypeDef* DMAy_Channelx) **動作 [#s8b985e4] -指定したDMAyのxチャンネルのDMA転送の残りのデータ・ユニット数を返却します。 **引数 [#l2404079] -DMAy_Channelx #include(Macro/DMAy_Channelx,notitle) **戻り値 [#f52130bd] -uint16_t型&br; DMA転送の残りのデータ・ユニット数をuint16_t型で返却します。&br; **出力値 [#h5cd45f4] -無し **呼び出し関数 [#c26af53f] -無し **サンプル [#q7ac2eb8] /* Get the number of remaining data units in the current DMA1 Channel2 transfer */ uint16_t CurrDataCount; CurrDataCount = DMA_GetCurrDataCounter(DMA1_Channel2); **参照 [#vcbced5d] -