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
|
#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 |
F_BOOTRECORD F_VOLUME::bootrecord |