FATfindEmptyCluster Function

Microchip MDD File System Interface

MDDFS Interface Library Help
FATfindEmptyCluster Function
C
DWORD FATfindEmptyCluster(
    FILEOBJ fo
);
Description

This function will search through the FAT to find the next available cluster on the device.

Preconditions

This function should not be called by the user.

Parameters
Parameters 
Description 
fo 
Pointer to file structure 
Return Values
Return Values 
Description 
DWORD 
Address of empty cluster 
Could not find empty cluster 
Side Effects

None

Remarks

Should not be called by user

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.