[[ファームウェア関数一覧>ファームウェア関数一覧#aa40dd64]]
*SPI_NSSInternalSoftwareConfig [#y1e33e49]
#contents
**ヘッダ宣言 [#c0fb9c8b]

**関数プロトタイプ [#aa0a21ea]
 void SPI_NSSInternalSoftwareConfig(SPI_TypeDef* SPIx, uint16_t SPI_NSSInternalSoft)
**動作 [#beb6c46f]
-SPIxインターフェイスのNSS用ピンを内部でソフトウエア的に設定します。
**引数 [#p2de14ea]
-SPIx&br;
#include(Macro/SPIx,notitle)
-SPI_NSSInternalSoft&br;
SPI NSSの内部状態を指定します。&br;
#include(Macro/SPI_NSSInternalSoft,notitle)
**出力値 [#c63baa1a]
-無し
**戻り値 [#dee5ed55]
-無し
**場所 [#f5d3bc40]
**呼び出し関数 [#q81e4c8a]
-無し
**サンプル [#k2ec7022]
 /* Set internally by software the SPI1 NSS pin */
 SPI_NSSInternalSoftwareConfig(SPI1, SPI_NSSInternalSoft_Set);
 /* Reset internally by sofwtare the SPI2 NSS pin */
 SPI_NSSInternalSoftwareConfig(SPI2, SPI_NSSInternalSoft_Reset);

**参照 [#oc7eb2c0]
-


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