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
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