ファームウェア関数一覧

SPI_I2S_GetITStatus

ヘッダ宣言

関数プロトタイプ

ITStatus SPI_I2S_GetITStatus(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT)

動作

引数

出力値

戻り値

場所

呼び出し関数

サンプル

/* 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);

参照


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS