FS_MAX_FILES_OPEN Macro

Microchip MDD File System Interface

MDDFS Interface Library Help
FS_MAX_FILES_OPEN Macro
C
#define FS_MAX_FILES_OPEN 3
Description

The FS_MAX_FILES_OPEN #define is only applicable when dynamic memory allocation is not used (FS_DYNAMIC_MEM is not defined). This macro defines the maximum number of open files at any given time. The amount of RAM used by FSFILE objects will be equal to the size of an FSFILE object multipled by this macro value. This value should be kept as small as possible as dictated by the application. This will reduce memory usage.

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