CARD_IsBackupEeprom

Syntax

#include <nitro/card.h>

static inline BOOL CARD_IsBackupEeprom(void);

Arguments

None.

Return Values

Returns a value of TRUE if the specified backup device is an EEPROM. Otherwise a value of FALSE is returned.

Description

Determines whether the backup device specified by the CARD_IdentifyBackup function is an EEPROM.

See Also

CARD_IdentifyBackup, CARD_ReadEeprom, CARD_WriteEeprom

Revision History

2004/08/18 Changed "nitro/fs.h" to "nitro/card.h"
2004/07/05 Initial Version


CONFIDENTIAL