usbd_msc_data.c
Go to the documentation of this file.
1 
28 /* Includes ------------------------------------------------------------------*/
29 #include "usbd_msc_data.h"
30 
31 
71 /* USB Mass storage Page 0 Inquiry Data */
72 const uint8_t MSC_Page00_Inquiry_Data[] = {//7
73  0x00,
74  0x00,
75  0x00,
77  0x00,
78  0x80,
79  0x83
80 };
81 /* USB Mass storage sense 6 Data */
82 const uint8_t MSC_Mode_Sense6_data[] = {
83  0x00,
84  0x00,
85  0x00,
86  0x00,
87  0x00,
88  0x00,
89  0x00,
90  0x00
91 };
92 /* USB Mass storage sense 10 Data */
93 const uint8_t MSC_Mode_Sense10_data[] = {
94  0x00,
95  0x06,
96  0x00,
97  0x00,
98  0x00,
99  0x00,
100  0x00,
101  0x00
102 };
134 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
#define LENGTH_INQUIRY_PAGE00
Definition: usbd_msc_data.h:50
const uint8_t MSC_Page00_Inquiry_Data[]
Definition: usbd_msc_data.c:72
header for the usbd_msc_data.c file
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


rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:50