mmcRead Function

Reads a data block

Syntax

ERRCODE mmcRead( UBYTE *pData, UINT length );

Parameters

UINT length	- length of block (>=512)
UBYTE *pData- buffer to read data

Return Value

ERRCODE - SUCCESS or _MMC_ERROR or _MMC_NO_START_BYTE

Remarks

N/A

Requirements

mmc.h

Example

N/A