Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumerated type describes the type of file system present on an SD Memory card. This information is part of the card's CSD register.
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
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
See Also
Secure Digital Card Driver Enumerations
Send Feedback on this topic to the authors