A board support package for the LPC4088 Display Module.

Dependencies:   DM_HttpServer DM_USBHost

Dependents:   lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more

Fork of DMSupport by EmbeddedArtists AB

Embed: (wiki syntax)

« Back to documentation index

USBMSD_RAMFS Class Reference

USBMSD_RAMFS Class Reference

USBMSD_RAMFS class: Allows the mbed board to expose a FAT file system in SDRAM as a USB memory stick. More...

#include <USBMSD_RAMFS.h>

Public Member Functions

 USBMSD_RAMFS (HeapBlockDevice *ramfs, uint16_t vendor_id=0x0703, uint16_t product_id=0x0104, uint16_t product_release=0x0001)
 Constructor.

Detailed Description

USBMSD_RAMFS class: Allows the mbed board to expose a FAT file system in SDRAM as a USB memory stick.

Definition at line 28 of file USBMSD_RAMFS.h.


Constructor & Destructor Documentation

USBMSD_RAMFS ( HeapBlockDevice *  ramfs,
uint16_t  vendor_id = 0x0703,
uint16_t  product_id = 0x0104,
uint16_t  product_release = 0x0001 
)

Constructor.

Parameters:
ramfsThe RAM file system
vendor_idYour vendor_id
product_idYour product_id
product_releaseYour preoduct_release

Definition at line 19 of file USBMSD_RAMFS.cpp.