[[ファームウェア関数一覧>ファームウェア関数一覧#aa40dd64]]
*SPI_I2S_ReceiveData [#r6bd8526]
#contents
**ヘッダ宣言 [#hcce0633]

**関数プロトタイプ [#d517ad6b]
 uint16_t SPI_I2S_ReceiveData(SPI_TypeDef* SPIx)
**動作 [#z2e297da]
-SPIx/I2Sx周辺回路を通じて受信した最新のデータを返却します。
**引数 [#wbfc407e]
-SPIx&br;
#include(Macro/SPIx,notitle)
**出力値 [#u88c409e]
-無し
**戻り値 [#a212136e]
-uint16_t型&br;
SPIx/I2Sx周辺回路を通じて受信した最新のデータをuint16_t型で返却します。&br;
**呼び出し関数 [#pbaf7d55]
-無し
**サンプル [#t2cd376c]
 /* Read the most recent data received by the SPI2 peripheral */
 uint16_t ReceivedData;
 ReceivedData = SPI_I2S_ReceiveData(SPI2);
**参照 [#ibc8598d]
-


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