conf_explorer.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define FS_FAT_12   ENABLED
 FAT supported (ENABLED or DISABLE).
#define FS_FAT_16   ENABLED
#define FS_FAT_32   ENABLED
#define FS_MULTI_PARTITION   DISABLED
 The navigator may be support only the first partition (DISABLED), or the multiple partion (ENABLED).
#define FS_LEVEL_FEATURES   (FSFEATURE_READ | FSFEATURE_WRITE_COMPLET)
 Level of feature Choose between: FSFEATURE_READ All read fonctions FSFEATURE_WRITE nav_file_copy(), nav_file_paste(), nav_file_del(), file_create(), file_open(MODE_WRITE), file_write(), file_putc() FSFEATURE_WRITE_COMPLET FSFEATURE_WRITE + nav_drive_format(), nav_dir_make(), nav_file_rename(), nav_file_dateset(), nav_file_attributset() FSFEATURE_ALL.
#define FS_NB_CACHE_CLUSLIST   1
 Number of cache used to store a cluster list of files (interresting in case of many "open file").
#define FS_NB_NAVIGATOR   3
 Maximum of navigator.
#define FS_NAV_ID_PLAYLIST   1
 *** Define the affiliation of navigator (Rq: the explorer has always the navigator ID 0)
#define FS_NAV_ID_COPYFILE   2
#define UNICODENAME_FILE_SETTING   {'c','o','n','f','i','g','.','s','y','s','\0'}


Detailed Description

This file contains the possible external configuration of the explorer This file will be given to any external customer - Compiler: IAR EWAVR and GNU GCC for AVR

Definition in file conf_explorer.h.


Define Documentation

#define FS_FAT_12   ENABLED

FAT supported (ENABLED or DISABLE).

Definition at line 50 of file conf_explorer.h.

#define FS_FAT_16   ENABLED

Definition at line 51 of file conf_explorer.h.

#define FS_FAT_32   ENABLED

Definition at line 52 of file conf_explorer.h.

#define FS_MULTI_PARTITION   DISABLED

The navigator may be support only the first partition (DISABLED), or the multiple partion (ENABLED).

Definition at line 55 of file conf_explorer.h.

#define FS_LEVEL_FEATURES   (FSFEATURE_READ | FSFEATURE_WRITE_COMPLET)

Level of feature Choose between: FSFEATURE_READ All read fonctions FSFEATURE_WRITE nav_file_copy(), nav_file_paste(), nav_file_del(), file_create(), file_open(MODE_WRITE), file_write(), file_putc() FSFEATURE_WRITE_COMPLET FSFEATURE_WRITE + nav_drive_format(), nav_dir_make(), nav_file_rename(), nav_file_dateset(), nav_file_attributset() FSFEATURE_ALL.

Definition at line 64 of file conf_explorer.h.

#define FS_NB_CACHE_CLUSLIST   1

Number of cache used to store a cluster list of files (interresting in case of many "open file").

Definition at line 67 of file conf_explorer.h.

#define FS_NB_NAVIGATOR   3

Maximum of navigator.

Definition at line 70 of file conf_explorer.h.

#define FS_NAV_ID_PLAYLIST   1

*** Define the affiliation of navigator (Rq: the explorer has always the navigator ID 0)

Definition at line 74 of file conf_explorer.h.

#define FS_NAV_ID_COPYFILE   2

Definition at line 76 of file conf_explorer.h.

#define UNICODENAME_FILE_SETTING   {'c','o','n','f','i','g','.','s','y','s','\0'}

Definition at line 85 of file conf_explorer.h.


Generated on Mon Sep 14 13:14:18 2009 for ATMEL by  doxygen 1.5.3