#include <MSDDriver.h>
#include <MSDFunction.h>
#include <USBLib_Trace.h>
#include "USBD.h"
#include <USBD_HAL.h>
#include <USBDDriver.h>
Go to the source code of this file.
Functions | |
void | MSDDriver_Initialize (const USBDDriverDescriptors *pDescriptors, MSDLun *pLuns, unsigned char numLuns) |
void | MSDDriver_ConfigurationChangeHandler (uint8_t cfgnum) |
void | MSDDriver_RequestHandler (const USBGenericRequest *request) |
Definition in file MSDDriver.c.