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

Go to the source code of this file.
Classes | |
| struct | __MassStorageParameter |
Typedefs | |
| typedef struct __MassStorageParameter | MassStorageParameter_TypeDef |
Functions | |
| uint8_t | USBH_MSC_TestUnitReady (USB_OTG_CORE_HANDLE *pdev) |
| USBH_MSC_TestUnitReady Issues 'Test unit ready' command to the device. Once the response received, it updates the status to upper layer. More... | |
| uint8_t | USBH_MSC_ReadCapacity10 (USB_OTG_CORE_HANDLE *pdev) |
| USBH_MSC_ReadCapacity10 Issue the read capacity command to the device. Once the response received, it updates the status to upper layer. More... | |
| uint8_t | USBH_MSC_ModeSense6 (USB_OTG_CORE_HANDLE *pdev) |
| USBH_MSC_ModeSense6 Issue the Mode Sense6 Command to the device. This function is used for reading the WriteProtect Status of the Mass-Storage device. More... | |
| uint8_t | USBH_MSC_RequestSense (USB_OTG_CORE_HANDLE *pdev) |
| USBH_MSC_RequestSense Issues the Request Sense command to the device. Once the response received, it updates the status to upper layer. More... | |
| uint8_t | USBH_MSC_Write10 (USB_OTG_CORE_HANDLE *pdev, uint8_t *, uint32_t, uint32_t) |
| USBH_MSC_Write10 Issue the write command to the device. Once the response received, it updates the status to upper layer. More... | |
| uint8_t | USBH_MSC_Read10 (USB_OTG_CORE_HANDLE *pdev, uint8_t *, uint32_t, uint32_t) |
| USBH_MSC_Read10 Issue the read command to the device. Once the response received, it updates the status to upper layer. More... | |
| void | USBH_MSC_StateMachine (USB_OTG_CORE_HANDLE *pdev) |
Variables | |
| MassStorageParameter_TypeDef | USBH_MSC_Param |
Header file for usbh_msc_scsi.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