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
volume.h File Reference
#include "config_fat_sl.h"
#include "ver_fat_sl.h"

Go to the source code of this file.

Classes

struct  F_BOOTRECORD
 
struct  F_SECTOR
 
struct  F_VOLUME
 

Enumerations

enum  { F_STATE_NONE, F_STATE_NEEDMOUNT, F_STATE_WORKING }
 

Functions

unsigned char _f_getvolume (void)
 

Variables

F_VOLUME gl_volume
 
F_FILE gl_file
 
char gl_sector [F_SECTOR_SIZE]
 

Enumeration Type Documentation

anonymous enum
Enumerator
F_STATE_NONE 
F_STATE_NEEDMOUNT 
F_STATE_WORKING 

Definition at line 94 of file volume.h.

Function Documentation

unsigned char _f_getvolume ( void  )

Definition at line 719 of file volume.c.

Variable Documentation

F_FILE gl_file

Definition at line 61 of file volume.c.

char gl_sector[F_SECTOR_SIZE]

Definition at line 62 of file volume.c.

F_VOLUME gl_volume

Definition at line 60 of file volume.c.