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