Nirvana Jay / Mbed 2 deprecated F7DISCO_Demo

Dependencies:   BSP_DISCO_F746NG_patch mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

usbh_msc_bot.c File Reference

usbh_msc_bot.c File Reference

This file includes the BOT protocol related functions. More...

Go to the source code of this file.

Functions

static USBH_StatusTypeDef USBH_MSC_BOT_Abort (USBH_HandleTypeDef *phost, uint8_t lun, uint8_t dir)
 USBH_MSC_BOT_Abort The function handle the BOT Abort process.
static BOT_CSWStatusTypeDef USBH_MSC_DecodeCSW (USBH_HandleTypeDef *phost)
 USBH_MSC_BOT_DecodeCSW This function decodes the CSW received by the device and updates the same to upper layer.
USBH_StatusTypeDef USBH_MSC_BOT_REQ_Reset (USBH_HandleTypeDef *phost)
 USBH_MSC_BOT_REQ_Reset The function the MSC BOT Reset request.
USBH_StatusTypeDef USBH_MSC_BOT_REQ_GetMaxLUN (USBH_HandleTypeDef *phost, uint8_t *Maxlun)
 USBH_MSC_BOT_REQ_GetMaxLUN The function the MSC BOT GetMaxLUN request.
USBH_StatusTypeDef USBH_MSC_BOT_Init (USBH_HandleTypeDef *phost)
 USBH_MSC_BOT_Init The function Initializes the BOT protocol.
USBH_StatusTypeDef USBH_MSC_BOT_Process (USBH_HandleTypeDef *phost, uint8_t lun)
 USBH_MSC_BOT_Process The function handle the BOT protocol.

Detailed Description

This file includes the BOT protocol related functions.

Author:
MCD Application Team
Version:
V3.2.2
Date:
07-July-2015
Attention:

© COPYRIGHT 2015 STMicroelectronics

Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:

http://www.st.com/software_license_agreement_liberty_v2

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file usbh_msc_bot.c.