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
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
util_sfn.c File Reference
#include "../../api/fat_sl.h"
#include "util.h"
#include "../../version/ver_fat_sl.h"

Go to the source code of this file.

Functions

unsigned char _f_checkname (char *name, char *ext)
 
unsigned char _f_checknamewc (const char *name, const char *ext)
 
unsigned char _f_setnameext (char *s, char *name, char *ext)
 
unsigned char _f_setfsname (const char *name, F_NAME *fsname)
 
int _f_createfullname (char *buffer, int buffersize, char *path, char *filename, char *fileext)
 

Function Documentation

unsigned char _f_checkname ( char *  name,
char *  ext 
)

Definition at line 112 of file util_sfn.c.

unsigned char _f_checknamewc ( const char *  name,
const char *  ext 
)

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 *  name,
F_NAME fsname 
)

Definition at line 286 of file util_sfn.c.

unsigned char _f_setnameext ( char *  s,
char *  name,
char *  ext 
)

Definition at line 191 of file util_sfn.c.