ファームウェア関数一覧
SDIO_GetResponse †
ヘッダ宣言 †
関数プロトタイプ †
uint32_t SDIO_GetResponse(uint32_t SDIO_RESP)
動作 †
- 最後のコマンドに対するSDカードからのレスポンスを返却します。
引数 †
- SDIO_RESP
include(Macro/SDIO_RESP,notitle)
戻り値 †
- uint32_t型
対応する応答レジスタの値をuint32_t型で返却します。
出力値 †
呼び出し関数 †
サンプル †
/* Get the Data Response received */
uint32_t Response = 0;
Response = SDIO_GetResponse(SDIO_RESP1);
参照 †