Subdirectory provided by Embedded Artists

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src

Dependents:   lpc4088_displaymodule_hello_world_Sept_2018

Fork of DMSupport by Embedded Artists

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 (RAMFileSystem *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 ( RAMFileSystem 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.