TianoCore EDK2 master
|
#include "Mmc.h"
Go to the source code of this file.
Functions | |
VOID | PrintCID (IN UINT32 *Cid) |
VOID | PrintCSD (IN UINT32 *Csd) |
VOID | PrintRCA (IN UINT32 Rca) |
VOID | PrintOCR (IN UINT32 Ocr) |
VOID | PrintResponseR1 (IN UINT32 Response) |
Variables | |
STATIC CONST CHAR8 * | mStrUnit [] |
STATIC CONST CHAR8 * | mStrValue [] |
Copyright (c) 2011-2013, ARM Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file MmcDebug.c.
VOID PrintCID | ( | IN UINT32 * | Cid | ) |
Definition at line 21 of file MmcDebug.c.
VOID PrintCSD | ( | IN UINT32 * | Csd | ) |
Definition at line 34 of file MmcDebug.c.
VOID PrintOCR | ( | IN UINT32 | Ocr | ) |
Definition at line 80 of file MmcDebug.c.
VOID PrintRCA | ( | IN UINT32 | Rca | ) |
Definition at line 70 of file MmcDebug.c.
VOID PrintResponseR1 | ( | IN UINT32 | Response | ) |
Definition at line 124 of file MmcDebug.c.
Definition at line 11 of file MmcDebug.c.
Definition at line 15 of file MmcDebug.c.