Go to the source code of this file.
◆ ARCH_ATTR
◆ BUFFER_SIZE
| #define BUFFER_SIZE 1024 /* buffer size in sectors (512 bytes) */ |
◆ DELETED_FLAG
| #define DELETED_FLAG 0xe5 |
◆ DIRECTORY_ATTR
| #define DIRECTORY_ATTR 0x10 |
◆ FAT_ROOT
◆ FAT_ROOT_DIR_ENTRY_COUNT
| #define FAT_ROOT_DIR_ENTRY_COUNT 512 |
◆ FAT_SPECIFIC
| #define FAT_SPECIFIC |
( |
| fs | ) |
|
Value:
struct _FatSpecific FatSpecific
Definition fat.h:51
◆ HIDDEN_ATTR
◆ MAX_FAT12_CLUSTERS
| #define MAX_FAT12_CLUSTERS 4086 |
◆ MAX_FAT16_CLUSTERS
| #define MAX_FAT16_CLUSTERS 65526 |
◆ MAX_FAT32_CLUSTERS
| #define MAX_FAT32_CLUSTERS 2000000 |
◆ READONLY_ATTR
| #define READONLY_ATTR 0x01 |
◆ SYSTEM_ATTR
◆ VFAT_ATTR
◆ VOLUME_LABEL_ATTR
| #define VOLUME_LABEL_ATTR 0x08 |
◆ _FatType
| Enumerator |
|---|
| FAT_TYPE_FAT12 | |
| FAT_TYPE_FAT16 | |
| FAT_TYPE_FAT32 | |
◆ __attribute__()
| struct __attribute__ |
( |
(packed) | | ) |
|
◆ fat_alloc()
◆ fat_alloc_buffers()
◆ fat_free()
◆ fat_free_buffers()
◆ fat_print()
◆ fat_resize()
◆ fat_set_frag_sectors()
◆ fat16_type
◆ fat32_type