#include <stdint.h>
#include <MSDLun.h>
#include <MSD.h>
#include <MSDDStateMachine.h>
Go to the source code of this file.
Functions | |
void | MSDFunction_Initialize (USBDDriver *pUsbd, uint8_t bInterfaceNb, MSDLun *pLuns, uint8_t numLuns) |
uint32_t | MSDFunction_RequestHandler (const USBGenericRequest *request) |
void | MSDFunction_Configure (USBGenericDescriptor *pDescriptors, uint16_t wLength) |
void | MSDFunction_StateMachine (void) |
Mass storage function driver definitions.
Definition in file MSDFunction.h.