Default MSC configuration for a USB Device with a single interface MSC.
Copyright (c) 2009-2018 Microchip Technology Inc. and its subsidiaries.
#include "udi_msc.h"
Macros | |
#define | UDI_MSC_EP_IN (1 | USB_EP_DIR_IN) |
Endpoint numbers used by MSC interface. More... | |
#define | UDI_MSC_EP_OUT (2 | USB_EP_DIR_OUT) |
#define | UDI_MSC_IFACE_NUMBER 0 |
Interface number is 0 because it is the unique interface. More... | |
#define | USB_DEVICE_EP_CTRL_SIZE 64 |
Control endpoint size. More... | |
UDD Configuration | |
#define | USB_DEVICE_MAX_EP 2 |
2 endpoints used by MSC interface More... | |