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

#include <volume.h>

Public Attributes

unsigned char state
 
F_BOOTRECORD bootrecord
 
F_SECTOR firstfat
 
F_SECTOR root
 
F_SECTOR _tdata
 
unsigned long actsector
 
unsigned long fatsector
 
unsigned long lastalloccluster
 
unsigned char modified
 
char cwd [F_MAXPATH]
 
unsigned char mediatype
 
unsigned long maxcluster
 

Detailed Description

Definition at line 75 of file volume.h.

Member Data Documentation

F_SECTOR F_VOLUME::_tdata

Definition at line 81 of file volume.h.

unsigned long F_VOLUME::actsector

Definition at line 83 of file volume.h.

F_BOOTRECORD F_VOLUME::bootrecord

Definition at line 78 of file volume.h.

char F_VOLUME::cwd[F_MAXPATH]

Definition at line 88 of file volume.h.

unsigned long F_VOLUME::fatsector

Definition at line 84 of file volume.h.

F_SECTOR F_VOLUME::firstfat

Definition at line 79 of file volume.h.

unsigned long F_VOLUME::lastalloccluster

Definition at line 86 of file volume.h.

unsigned long F_VOLUME::maxcluster

Definition at line 90 of file volume.h.

unsigned char F_VOLUME::mediatype

Definition at line 89 of file volume.h.

unsigned char F_VOLUME::modified

Definition at line 87 of file volume.h.

F_SECTOR F_VOLUME::root

Definition at line 80 of file volume.h.

unsigned char F_VOLUME::state

Definition at line 77 of file volume.h.


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