|
discoverpixy
|
Header file for usbh_msc_bot.c. More...
#include "usbh_stdreq.h"

Go to the source code of this file.
Classes | |
| union | _USBH_CBW_Block |
| struct | _USBH_CBW_Block::__CBW |
| struct | _BOTXfer |
| union | _USBH_CSW_Block |
| struct | _USBH_CSW_Block::__CSW |
Typedefs | |
| typedef union _USBH_CBW_Block | HostCBWPkt_TypeDef |
| typedef struct _BOTXfer | USBH_BOTXfer_TypeDef |
| typedef union _USBH_CSW_Block | HostCSWPkt_TypeDef |
Functions | |
| void | USBH_MSC_HandleBOTXfer (USB_OTG_CORE_HANDLE *pdev, USBH_HOST *phost) |
| USBH_MSC_HandleBOTXfer This function manages the different states of BOT transfer and updates the status to upper layer. More... | |
| uint8_t | USBH_MSC_DecodeCSW (USB_OTG_CORE_HANDLE *pdev, USBH_HOST *phost) |
| USBH_MSC_DecodeCSW This function decodes the CSW received by the device and updates the same to upper layer. More... | |
| void | USBH_MSC_Init (USB_OTG_CORE_HANDLE *pdev) |
| USBH_MSC_Init Initializes the mass storage parameters. More... | |
| USBH_Status | USBH_MSC_BOT_Abort (USB_OTG_CORE_HANDLE *pdev, USBH_HOST *phost, uint8_t direction) |
| USBH_MSC_BOT_Abort This function manages the different Error handling for STALL. More... | |
Variables | |
| USBH_BOTXfer_TypeDef | USBH_MSC_BOTXferParam |
| HostCBWPkt_TypeDef | USBH_MSC_CBWData |
| HostCSWPkt_TypeDef | USBH_MSC_CSWData |
Header file for usbh_msc_bot.c.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
1.8.9.1