CARDFormat

C Specification

#include <revolution/card.h>
s32 CARDFormat(s32 chan);

Arguments

chan EXI channel number.

Return Values

One of the following codes:

CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_BUSY
CARD_RESULT_IOERROR
CARD_RESULT_READY

Description

Synchronously formats a Memory Card. This function does not return until formatting completes.

Note: This function is provided for debugging. Do not use in programs.

See Also

Revision History

03/01/2006 Initial version.