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
F_FIND Struct Reference

#include <fat_sl.h>

Public Attributes

char filename [F_MAXPATH]
 
char name [F_MAXNAME]
 
char ext [F_MAXEXT]
 
unsigned char attr
 
unsigned short ctime
 
unsigned short cdate
 
unsigned long cluster
 
long filesize
 
F_NAME findfsname
 
F_POS pos
 

Detailed Description

Definition at line 73 of file fat_sl.h.

Member Data Documentation

unsigned char F_FIND::attr

Definition at line 78 of file fat_sl.h.

unsigned short F_FIND::cdate

Definition at line 81 of file fat_sl.h.

unsigned long F_FIND::cluster

Definition at line 82 of file fat_sl.h.

unsigned short F_FIND::ctime

Definition at line 80 of file fat_sl.h.

char F_FIND::ext[F_MAXEXT]

Definition at line 77 of file fat_sl.h.

char F_FIND::filename[F_MAXPATH]

Definition at line 75 of file fat_sl.h.

long F_FIND::filesize

Definition at line 84 of file fat_sl.h.

F_NAME F_FIND::findfsname

Definition at line 86 of file fat_sl.h.

char F_FIND::name[F_MAXNAME]

Definition at line 76 of file fat_sl.h.

F_POS F_FIND::pos

Definition at line 87 of file fat_sl.h.


The documentation for this struct was generated from the following file: