FSInit Function

MDD File System Interface Library

MDDFS Interface Library Help
FSInit Function
C
int FSInit();
Description

This function initializes the file system stack & the interfacing device. Initializes the static or dynamic memory slots for holding file structures. Initializes the device with the DISKmount function. Loads MBR and boot sector information. Initializes the current working directory to the root directory for the device if directory support is enabled.

Preconditions

The physical device should be connected to the microcontroller.

Return Values
Return Values 
Description 
TRUE 
Initialization successful 
FALSE 
Initialization unsuccessful 
Side Effects

The FSerrno variable will be changed.

Remarks

None

Microchip MDD File System Interface 1.4.2 - [Oct 15, 2012]
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.