[[ファームウェア関数一覧>ファームウェア関数一覧#aa40dd64]]
*SPI_I2S_GetITStatus [#ydeac13d]
#contents
**ヘッダ宣言 [#o9cd6800]

**関数プロトタイプ [#p72f19aa]
 ITStatus SPI_I2S_GetITStatus(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT)
**動作 [#u0e26a72]
-SPIx周辺回路の割り込み発生の有無を返却します。
**引数 [#a6ae4f45]
-SPIx&br;
#include(Macro/SPIx,notitle)
-SPI_I2S_IT&br;
SPI割り込みソースを指定します。&br;
#include(Macro/SPI_I2S_IT_GetIT,notitle)
**出力値 [#u1a87f5a]
-無し
**戻り値 [#f145dcc5]
-ITStatus&br;
#include(Macro/ITStatus,notitle)
**場所 [#l74aed10]
**呼び出し関数 [#ac9d48bb]
-無し
**サンプル [#ge572b85]
 /* Test if the SPI1 Overrun interrupt has occurred or not */
ITStatus Status;
Status = SPI_I2S_GetITStatus(SPI1, SPI_I2S_IT_OVR);
/* Test if the I2S2 Underrun interrupt has occurred or not */
ITStatus Status;
Status = SPI_I2S_GetITStatus(SPI2, I2S_IT_UDR);
 ITStatus Status;
 Status = SPI_I2S_GetITStatus(SPI1, SPI_I2S_IT_OVR);
 /* Test if the I2S2 Underrun interrupt has occurred or not */
 ITStatus Status;
 Status = SPI_I2S_GetITStatus(SPI2, I2S_IT_UDR);
**参照 [#wa14cfa3]
-

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