\r
for (;;)\r
{\r
- USB_MS_USBTask(&Disk_MS_Interface);\r
+ MS_Device_USBTask(&Disk_MS_Interface);\r
USB_USBTask();\r
}\r
}\r
{\r
LEDs_SetAllLEDs(LEDMASK_USB_READY);\r
\r
- if (!(USB_MS_ConfigureEndpoints(&Disk_MS_Interface)))\r
+ if (!(MS_Device_ConfigureEndpoints(&Disk_MS_Interface)))\r
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);\r
}\r
\r
/** Event handler for the library USB Unhandled Control Packet event. */\r
void EVENT_USB_UnhandledControlPacket(void)\r
{\r
- USB_MS_ProcessControlPacket(&Disk_MS_Interface);\r
+ MS_Device_ProcessControlPacket(&Disk_MS_Interface);\r
}\r
\r
/** Mass Storage class driver callback function the reception of SCSI commands from the host, which must be processed.\r
*\r
* \param MSInterfaceInfo Pointer to the Mass Storage class interface configuration structure being referenced\r
*/\r
-bool CALLBACK_USB_MS_SCSICommandReceived(USB_ClassInfo_MS_t* MSInterfaceInfo)\r
+bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_t* MSInterfaceInfo)\r
{\r
bool CommandSuccess;\r
\r