Share via


SD_FS_TYPE (Compact 2013)

3/26/2014

This enumerated type describes the type of file system present on a secure digital (SD) Memory card. This information is part of the card's CSD register.

Syntax

typedef enum {
  SD_FS_FAT_PARTITION_TABLE,
  SD_FS_FAT_NO_PARTITION_TABLE,
  SD_FS_UNIVERSAL,
  SD_FS_OTHER
} SD_FS_TYPE, *PSD_FS_TYPE;

Elements

  • SD_FS_FAT_PARTITION_TABLE
    SD card contains a FAT file system and a partition table.
  • SD_FS_FAT_NO_PARTITION_TABLE
    SD card contains a FAT file system with no partition tables.
  • SD_FS_UNIVERSAL
    SD card contains a universal file system.
  • SD_FS_OTHER
    SD card contains an undefined file system.

Requirements

Header

sdcardddk.h

See Also

Reference

Secure Digital (SD) Card Driver Enumerations