[[ファームウェア関数一覧>ファームウェア関数一覧#u5cbf254]]
*I2C_OwnAddress2Config [#kacb9281]
#contents
**ヘッダ宣言 [#u127cd72]

**関数プロトタイプ [#kd426397]
 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address)
**動作 [#ne74ae22]
-I2Cx周辺回路のアドレスを設定します。&br;
**引数 [#wb49709c]
-I2Cx&br;
I2C1又はI2C2を指定します。&br;
&br;
-Address&br;
7bit アドレスを設定します。&br;
&br;
**出力値 [#sf42817d]
-無し
**戻り値 [#ca7653f8]
-無し
**呼び出し関数 [#qa3c785b]
-無し
**サンプル [#mbdeb4d5]
 /* Set the I2C1 own address2 to 0x38 */
 I2C_OwnAddress2Config(I2C1, 0x38);

**参照 [#s71ae8db]
-


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