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
fat.h File Reference
#include "../../version/ver_fat_sl.h"

Go to the source code of this file.

Functions

unsigned char _f_getfatsector (unsigned long)
 
unsigned char _f_getclustervalue (unsigned long, unsigned long *)
 
void _f_clustertopos (unsigned long, F_POS *)
 
unsigned char _f_getcurrsector (void)
 
unsigned char _f_writefatsector (void)
 
unsigned char _f_setclustervalue (unsigned long, unsigned long)
 
unsigned char _f_alloccluster (unsigned long *)
 
unsigned char _f_removechain (unsigned long)
 

Function Documentation

unsigned char _f_alloccluster ( unsigned long *  )

Definition at line 512 of file fat.c.

void _f_clustertopos ( unsigned  long,
F_POS  
)

Definition at line 431 of file fat.c.

unsigned char _f_getclustervalue ( unsigned  long,
unsigned long *   
)

Definition at line 302 of file fat.c.

unsigned char _f_getcurrsector ( void  )

Definition at line 471 of file fat.c.

unsigned char _f_getfatsector ( unsigned  long)

Definition at line 112 of file fat.c.

unsigned char _f_removechain ( unsigned  long)

Definition at line 564 of file fat.c.

unsigned char _f_setclustervalue ( unsigned  long,
unsigned  long 
)

Definition at line 163 of file fat.c.

unsigned char _f_writefatsector ( void  )

Definition at line 64 of file fat.c.