CARD_IsBackupFram

C Specification

#include <nitro/card.h>

static inline BOOL CARD_IsBackupFram(void);

Arguments

None.

Return Values

TRUE if the specified backup device is FRAM. Otherwise FALSE.

Description

Determines whether the type of backup device specified with the CARD_IdentifyBackup function is FRAM.


See Also

CARD_IdentifyBackup CARD_ReadFram CARD_WriteFram

Revision History

07/05/2005 Initial version.