STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Structures | Macros | Typedefs | Functions | Variables
usbd_msc.h File Reference

Header for the usbd_msc.c file. More...

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

Go to the source code of this file.

Data Structures

struct  _USBD_STORAGE
 
struct  USBD_MSC_BOT_HandleTypeDef
 

Macros

#define MSC_MAX_FS_PACKET   0x40
 
#define MSC_MAX_HS_PACKET   0x200
 
#define BOT_GET_MAX_LUN   0xFE
 
#define BOT_RESET   0xFF
 
#define USB_MSC_CONFIG_DESC_SIZ   32
 
#define MSC_EPIN_ADDR   0x81
 
#define MSC_EPOUT_ADDR   0x01
 
#define USBD_MSC_CLASS   &USBD_MSC
 

Typedefs

typedef struct _USBD_STORAGE USBD_StorageTypeDef
 

Functions

uint8_t USBD_MSC_RegisterStorage (USBD_HandleTypeDef *pdev, USBD_StorageTypeDef *fops)
 USBD_MSC_RegisterStorage. More...
 

Variables

USBD_ClassTypeDef USBD_MSC
 

Detailed Description

Header for the usbd_msc.c file.

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.h.