Simplified Host mode Mass Storage Class driver to reduce compiled program size.
This commit is contained in:
parent
754ea083d4
commit
f52b265090
2 changed files with 48 additions and 103 deletions
|
@ -326,7 +326,8 @@
|
|||
static uint8_t DComp_NextInterfaceBulkDataEndpoint(void* CurrentDescriptor);
|
||||
|
||||
static uint8_t MS_Host_SendCommand(USB_ClassInfo_MS_Host_t* MSInterfaceInfo,
|
||||
MS_CommandBlockWrapper_t* SCSICommandBlock);
|
||||
MS_CommandBlockWrapper_t* SCSICommandBlock,
|
||||
void* BufferPtr);
|
||||
static uint8_t MS_Host_WaitForDataReceived(USB_ClassInfo_MS_Host_t* MSInterfaceInfo);
|
||||
static uint8_t MS_Host_SendReceiveData(USB_ClassInfo_MS_Host_t* MSInterfaceInfo,
|
||||
MS_CommandBlockWrapper_t* SCSICommandBlock, void* BufferPtr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue