STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
usbd_msc_data.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef __USBD_MSC_DATA_H
30 #define __USBD_MSC_DATA_H
31 
32 #ifdef __cplusplus
33  extern "C" {
34 #endif
35 
36 /* Includes ------------------------------------------------------------------*/
37 #include "usbd_conf.h"
38 
51 #define MODE_SENSE6_LEN 8
52 #define MODE_SENSE10_LEN 8
53 #define LENGTH_INQUIRY_PAGE00 7
54 #define LENGTH_FORMAT_CAPACITIES 20
55 
81 extern const uint8_t MSC_Page00_Inquiry_Data[];
82 extern const uint8_t MSC_Mode_Sense6_data[];
83 extern const uint8_t MSC_Mode_Sense10_data[] ;
84 
97 #ifdef __cplusplus
98 }
99 #endif
100 
101 #endif /* __USBD_MSC_DATA_H */
102 
111 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
const uint8_t MSC_Page00_Inquiry_Data[]
Definition: usbd_msc_data.c:72
const uint8_t MSC_Mode_Sense10_data[]
Definition: usbd_msc_data.c:93
const uint8_t MSC_Mode_Sense6_data[]
Definition: usbd_msc_data.c:82