STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
usbd_msc_bot.c File Reference

This file provides all the BOT protocol core functions. More...

#include "usbd_msc_bot.h"
#include "usbd_msc.h"
#include "usbd_msc_scsi.h"
#include "usbd_ioreq.h"

Go to the source code of this file.

Functions

void MSC_BOT_Init (USBD_HandleTypeDef *pdev)
 MSC_BOT_Init Initialize the BOT Process. More...
 
void MSC_BOT_Reset (USBD_HandleTypeDef *pdev)
 MSC_BOT_Reset Reset the BOT Machine. More...
 
void MSC_BOT_DeInit (USBD_HandleTypeDef *pdev)
 MSC_BOT_DeInit Deinitialize the BOT Machine. More...
 
void MSC_BOT_DataIn (USBD_HandleTypeDef *pdev, uint8_t epnum)
 MSC_BOT_DataIn Handle BOT IN data stage. More...
 
void MSC_BOT_DataOut (USBD_HandleTypeDef *pdev, uint8_t epnum)
 MSC_BOT_DataOut Process MSC OUT data. More...
 
void MSC_BOT_SendCSW (USBD_HandleTypeDef *pdev, uint8_t CSW_Status)
 MSC_BOT_SendCSW Send the Command Status Wrapper. More...
 
void MSC_BOT_CplClrFeature (USBD_HandleTypeDef *pdev, uint8_t epnum)
 MSC_BOT_CplClrFeature Complete the clear feature request. More...
 

Detailed Description

This file provides all the BOT protocol core functions.

Author
MCD Application Team
Version
V2.4.2
Date
11-December-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 usbd_msc_bot.c.