![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "MassStorage.h"
Go to the source code of this file.
Functions | |
int | main (void) |
void | SetupHardware (void) |
Hardware setup event callback function. | |
void | EVENT_USB_Device_Connect (void) |
USB Device connect event callback. | |
void | EVENT_USB_Device_Disconnect (void) |
USB Device disconnect event callback. | |
void | EVENT_USB_Device_ConfigurationChanged (void) |
USB Device configuration change event callback. | |
void | EVENT_USB_Device_ControlRequest (void) |
USB Device control request receive event callback. | |
bool | CALLBACK_MS_Device_SCSICommandReceived (USB_ClassInfo_MS_Device_t *const MSInterfaceInfo) |
Mass Storage class driver callback function. | |
Variables | |
USB_ClassInfo_MS_Device_t | Disk_MS_Interface |
int main | ( | void | ) |
Main program entry point. This routine contains the overall program flow, including initial setup of all components and the main program loop.
Definition at line 62 of file MassStorage.c.
USB_ClassInfo_MS_Device_t Disk_MS_Interface |
Under development, not working yet. nxpUSBlib Mass Storage Class driver interface configuration and state information. This structure is passed to all Mass Storage Class driver functions, so that multiple instances of the same class within a device can be differentiated from one another.
Definition at line 43 of file MassStorage.c.