|
Functions |
| T_FS_FUNCTIONS * | fat_getFileFunctions (void) |
| bool | fat_formatDevice (void *hMsd) |
| void * | fat_mountPartition (void *hMsd) |
| bool | fat_unmountPartition (void *partition) |
| unsigned long | fat_partitionSize (void *pPartition) |
| unsigned long | fat_partitionFree (void *pPartition) |
| void * | fat_fopen (void *pPartition, const char *fname, unsigned short modebits) |
| int | fat_fclose (void *stream) |
| int | fat_fdelete (void *pPartition, const char *filename) |
| bool | fat_fdirExists (void *partition, const char *dir) |
| bool | fat_fdirEmpty (void *partition, const char *dir) |
| int | fat_frmdir (void *partition, const char *dir) |
| int | fat_fmkdir (void *partition, const char *dir) |
| int | fat_feof (void *stream) |
| int | fat_fread (void *buffer, size_t size, size_t num, void *stream) |
| int | fat_fwrite (const void *buffer, size_t size, size_t count, void *stream) |
| int | fat_fputc (int ch, void *stream) |
| int | fat_fgetc (void *stream) |
| int | fat_fseek (void *stream, long offset, int origin) |
| int | fat_findFirst (void *partition, const char *pathname, T_FF_INFO *ffblk, int attrib) |
| int | fat_findNext (void *partition, T_FF_INFO *ffblk) |
| int | fat_findClose (T_FF_INFO *ffblk) |