Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DM_HttpServer DM_USBHost
Dependents: lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more
Fork of DMSupport by
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:
- 
  ramfs The RAM file system vendor_id Your vendor_id product_id Your product_id product_release Your preoduct_release 
Definition at line 19 of file USBMSD_RAMFS.cpp.
Generated on Tue Jul 12 2022 14:18:31 by
 1.7.2
 1.7.2 
    