SAM4S-EK_FreeRTOS+FAT-SL
1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
|
#include "../../version/ver_fat_sl.h"
Go to the source code of this file.
Functions | |
unsigned char | _f_checknamewc (const char *, const char *) |
unsigned char | _f_checkname (char *, char *) |
unsigned char | _f_setnameext (char *, char *, char *) |
unsigned char | _f_setfsname (const char *, F_NAME *) |
int | _f_createfullname (char *buffer, int buffersize, char *path, char *filename, char *fileext) |
unsigned char _f_checkname | ( | char * | , |
char * | |||
) |
Definition at line 112 of file util_sfn.c.
unsigned char _f_checknamewc | ( | const char * | , |
const char * | |||
) |
Definition at line 145 of file util_sfn.c.
int _f_createfullname | ( | char * | buffer, |
int | buffersize, | ||
char * | path, | ||
char * | filename, | ||
char * | fileext | ||
) |
Definition at line 437 of file util_sfn.c.
unsigned char _f_setfsname | ( | const char * | , |
F_NAME * | |||
) |
Definition at line 286 of file util_sfn.c.
unsigned char _f_setnameext | ( | char * | , |
char * | , | ||
char * | |||
) |
Definition at line 191 of file util_sfn.c.