[[ファームウェア関数一覧>ファームウェア関数一覧#aa40dd64]]
*I2S_Cmd [#m050bdb8]
#contents
**ヘッダ宣言 [#zce7b2e9]

**関数プロトタイプ [#t4f02472]
 void I2S_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState)
**動作 [#s2de7879]
-SPIx周辺回路をI2Sモードで有効・無効化します。
**引数 [#gcafca8e]
-SPIx&br;
#include(Macro/SPIxI2S,notitle)
-NewState&br;
#include(Macro/NewState,notitle)
**出力値 [#q8067605]
-無し
**戻り値 [#p6b556fa]
-無し
**出力値 [#af082b0e]
-無し
**呼び出し関数 [#a01a6b0c]
-無し
**サンプル [#r8c00a00]
 /* Enable I2S3 */
 I2S_Cmd(SPI3, ENABLE);

**参照 [#r7690121]
-


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