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

#include <fat_sl.h>

Public Attributes

unsigned long abspos
 
unsigned long filesize
 
unsigned long startcluster
 
unsigned long relpos
 
unsigned char modified
 
unsigned char mode
 
unsigned char _tdata [F_SECTOR_SIZE]
 
F_POS pos
 
F_POS dirpos
 

Detailed Description

Definition at line 107 of file fat_sl.h.

Member Data Documentation

unsigned char F_FILE::_tdata[F_SECTOR_SIZE]

Definition at line 115 of file fat_sl.h.

unsigned long F_FILE::abspos

Definition at line 109 of file fat_sl.h.

F_POS F_FILE::dirpos

Definition at line 117 of file fat_sl.h.

unsigned long F_FILE::filesize

Definition at line 110 of file fat_sl.h.

unsigned char F_FILE::mode

Definition at line 114 of file fat_sl.h.

unsigned char F_FILE::modified

Definition at line 113 of file fat_sl.h.

F_POS F_FILE::pos

Definition at line 116 of file fat_sl.h.

unsigned long F_FILE::relpos

Definition at line 112 of file fat_sl.h.

unsigned long F_FILE::startcluster

Definition at line 111 of file fat_sl.h.


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