[[ファームウェア関数一覧>ファームウェア関数一覧#z9fb476e]]
*SDIO_GetCommandResponse [#c19d64b0]
#contents
**ヘッダ宣言 [#kd498c4d]

**関数プロトタイプ [#mb1c9c27]
 uint8_t SDIO_GetCommandResponse(void)
**動作 [#sa05c620]
-最後のコマンドに対するレスポンスのコマンドインデックスを返却します。
**引数 [#rd948c8b]
-無し
**戻り値 [#cbb03fb8]
-uint8_t型&br;
レスポンスのコマンドインデックスをuint8_t型で返却します。&br;
**出力値 [#t4b50c3f]
-無し
**呼び出し関数 [#x36caa8d]
-無し
**サンプル [#z10a203e]
 /* Get the Command Response */
 uint8_t CmdResp = 0;
 CmdResp = SDIO_GetCommandResponse();

**参照 [#be3230e9]
-


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