#include <MSDescriptors.h>
#include <MSDDriver.h>
#include <USBLib_Trace.h>
#include "USBD.h"
#include <USBD_HAL.h>
#include <USBDDriver.h>
Go to the source code of this file.
Data Structures | |
struct | MSDParseData |
Functions | |
void | MSDFunction_Initialize (USBDDriver *pUsbd, uint8_t bInterfaceNb, MSDLun *pLuns, uint8_t numLuns) |
void | MSDFunction_Configure (USBGenericDescriptor *pDescriptors, uint16_t wLength) |
uint32_t | MSDFunction_RequestHandler (const USBGenericRequest *request) |
void | MSDFunction_StateMachine (void) |
Definition in file MSDFunction.c.