[[ファームウェア関数一覧>ファームウェア関数一覧#aa40dd64]] *SPI_Cmd [#c48ae151] #contents **ヘッダ宣言 [#q5548d3b] **関数プロトタイプ [#u22b9ef6] void SPI_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState) **動作 [#s536e7fc] -SPIx周辺回路を有効」無効化します。 **引数 [#rb8735bb] -SPIx&br; #include(SPIx,notitle) #include(Macro/SPIx,notitle) -NewState&br; #include(NewState,notitle) #include(Macro/NewState,notitle) **出力値 [#o7ea184e] -無し **戻り値 [#hc9d0527] -無し **出力値 [#rde7b307] -無し **呼び出し関数 [#t5ef6bf7] -無し **サンプル [#m98251ad] /* Enable SPI3 */ SPI_Cmd(SPI3, ENABLE); **参照 [#u6716b55] -