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
dir.c File Reference
#include "fat_sl.h"
#include "psp_string.h"
#include "dir.h"
#include "util.h"
#include "volume.h"
#include "drv.h"
#include "fat.h"
#include "file.h"
#include "ver_fat_sl.h"

Go to the source code of this file.

Functions

unsigned char _f_findfilewc (char *name, char *ext, F_POS *pos, F_DIRENTRY **pde, unsigned char wc)
 
unsigned long _f_getdecluster (F_DIRENTRY *de)
 
void _f_setdecluster (F_DIRENTRY *de, unsigned long cluster)
 
unsigned char _f_findpath (F_NAME *fsname, F_POS *pos)
 
unsigned char fn_getcwd (char *buffer, unsigned char maxlen, char root)
 
unsigned char fn_findfirst (const char *filename, F_FIND *find)
 
unsigned char fn_findnext (F_FIND *find)
 
unsigned char fn_chdir (const char *dirname)
 
unsigned char _f_addentry (F_NAME *fsname, F_POS *pos, F_DIRENTRY **pde)
 
unsigned char fn_mkdir (const char *dirname)
 
unsigned char fn_rmdir (const char *dirname)
 

Function Documentation

unsigned char _f_addentry ( F_NAME fsname,
F_POS pos,
F_DIRENTRY **  pde 
)

Definition at line 768 of file dir.c.

unsigned char _f_findfilewc ( char *  name,
char *  ext,
F_POS pos,
F_DIRENTRY **  pde,
unsigned char  wc 
)

Definition at line 78 of file dir.c.

unsigned char _f_findpath ( F_NAME fsname,
F_POS pos 
)

Definition at line 365 of file dir.c.

unsigned long _f_getdecluster ( F_DIRENTRY de)

Definition at line 305 of file dir.c.

void _f_setdecluster ( F_DIRENTRY de,
unsigned long  cluster 
)

Definition at line 333 of file dir.c.

unsigned char fn_chdir ( const char *  dirname)

Definition at line 665 of file dir.c.

unsigned char fn_findfirst ( const char *  filename,
F_FIND find 
)

Definition at line 562 of file dir.c.

unsigned char fn_findnext ( F_FIND find)

Definition at line 608 of file dir.c.

unsigned char fn_getcwd ( char *  buffer,
unsigned char  maxlen,
char  root 
)

Definition at line 513 of file dir.c.

unsigned char fn_mkdir ( const char *  dirname)

Definition at line 925 of file dir.c.

unsigned char fn_rmdir ( const char *  dirname)

Definition at line 1088 of file dir.c.