VLSI Solution Oy / MegaLib Documentation

fat.h File Reference

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

Go to the source code of this file.

Data Structures

struct  FATINFO
struct  FRAGMENT

Defines

#define FATINFO_IN_Y
#define MAX_FRAGMENTS   35
#define FAT_LFN_SIZE   (2*13 *2)
#define FAT_MKID(a, b, c)   ((a)|((b)<<8)|((u_int32)(c)<<16))
#define LAST_FRAGMENT   0x80000000UL

Variables

__y struct FRAGMENT minifatFragments [MAX_FRAGMENTS]
__y struct FATINFO minifatInfo
u_int16 minifatBuffer [256]


Detailed Description

FAT definitions.

Definition in file fat.h.


Define Documentation

#define FAT_LFN_SIZE   (2*13 *2)
 

Definition at line 10 of file fat.h.

#define FAT_MKID a,
b,
 )     ((a)|((b)<<8)|((u_int32)(c)<<16))
 

Definition at line 41 of file fat.h.

#define FATINFO_IN_Y
 

Definition at line 7 of file fat.h.

#define LAST_FRAGMENT   0x80000000UL
 

Definition at line 66 of file fat.h.

#define MAX_FRAGMENTS   35
 

Definition at line 8 of file fat.h.


Variable Documentation

u_int16 minifatBuffer[256]
 

holds one sector of data

__y struct FRAGMENT minifatFragments[MAX_FRAGMENTS]
 

__y struct FATINFO minifatInfo
 


All software copyright 2005-2006 VLSI Solution OY. Redistribution of this software is strictly forbidden.