EFM32 Wonder Gecko Software Documentation
efm32wg-doc-4.2.1
|
Definitions for the Bulk Only Transport protocol of USB Mass Storage devices. More...
Go to the source code of this file.
Data Structures | |
struct | MSDBOT_CBW_TypeDef |
Bulk Only Transport (BOT) Command Block Wrapper (CBW) typedef. More... | |
struct | MSDBOT_CSW_TypeDef |
Bulk Only Transport (BOT) Command Status Wrapper (CSW) typedef. More... | |
Enumerations | |
enum | MSDBOT_Status_TypeDef { MSDBOT_STATUS_OK = 0, MSDBOT_INIT_ERROR = -1, MSDBOT_CMD_FAILED = -2, MSDBOT_XFER_ERROR = -3 } |
MSDBOT status enumerator. More... | |
Functions | |
int | MSDBOT_Init (USBH_Ep_TypeDef *out, USBH_Ep_TypeDef *in) |
MSDBOT module initialization. More... | |
int | MSDBOT_Xfer (void *cbw, void *data) |
Perform an MSD Bulk Only Transfer (BOT). More... | |
(C) Copyright 2014 Silicon Labs, http://www.silabs.com
This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.
Definition in file msdbot.h.