![]() |
LUFA Library 110528
|
Device mode driver for the library USB Mass Storage Class driver. More...
#include "../../USB.h"
#include "../Common/MassStorage.h"
Data Structures | |
struct | USB_ClassInfo_MS_Device_t |
Mass Storage Class Device Mode Configuration and State Structure. More... | |
Functions | |
bool | MS_Device_ConfigureEndpoints (USB_ClassInfo_MS_Device_t *const MSInterfaceInfo) ATTR_NON_NULL_PTR_ARG(1) |
void | MS_Device_ProcessControlRequest (USB_ClassInfo_MS_Device_t *const MSInterfaceInfo) ATTR_NON_NULL_PTR_ARG(1) |
void | MS_Device_USBTask (USB_ClassInfo_MS_Device_t *const MSInterfaceInfo) ATTR_NON_NULL_PTR_ARG(1) |
bool | CALLBACK_MS_Device_SCSICommandReceived (USB_ClassInfo_MS_Device_t *const MSInterfaceInfo) ATTR_NON_NULL_PTR_ARG(1) |
Device mode driver for the library USB Mass Storage Class driver.