LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Memory based file system support

Detailed Description

Functions

void FATFS_GetBufferInfo (uint8_t **buffer, uint32_t *size)
 Gets Ramdisk Memory information.
 

Function Documentation

void FATFS_GetBufferInfo ( uint8_t **  buffer,
uint32_t size 
)

Gets Ramdisk Memory information.

Parameters
buffer: pointer to hold the starting address of RAM disk
size: Pointer to returned size of the RAM disk
Returns
None
Note
This function must be implemented by the application so that the filesystem will be aware of the location of the RAM disk.

Definition at line 362 of file lwip_fs.c.