CARD_IsBackupEeprom

C Specification

#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

This function determines whether the backup device that is specified by the CARD_IdentifyBackup function is an EEPROM.

See Also

CARD_IdentifyBackup, CARD_ReadEeprom, CARD_WriteEeprom

Revision History

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