#include "msd_desc.h"Variables | |
| const uint8_t | MSD_MASS_DeviceDescriptor [MSD_MASS_SIZ_DEVICE_DESC] |
| const uint8_t | MSD_MASS_ConfigDescriptor [MSD_MASS_SIZ_CONFIG_DESC] |
| const uint8_t | MSD_MASS_StringLangID [MSD_MASS_SIZ_STRING_LANGID] |
| const uint8_t | MSD_MASS_StringVendor [MSD_MASS_SIZ_STRING_VENDOR] |
| const uint8_t | MSD_MASS_StringProduct [MSD_MASS_SIZ_STRING_PRODUCT] |
| uint8_t | MSD_MASS_StringSerial [MSD_MASS_SIZ_STRING_SERIAL] |
| const uint8_t | MSD_MASS_StringInterface [MSD_MASS_SIZ_STRING_INTERFACE] |
| const uint8_t MSD_MASS_ConfigDescriptor[MSD_MASS_SIZ_CONFIG_DESC] |
| const uint8_t MSD_MASS_DeviceDescriptor[MSD_MASS_SIZ_DEVICE_DESC] |
{
0x12,
0x01,
0x00,
0x02,
0x00,
0x00,
0x00,
0x40,
0x83,
0x04,
0x20,
0x57,
0x00,
0x02,
1,
2,
3,
0x01
}
| const uint8_t MSD_MASS_StringInterface[MSD_MASS_SIZ_STRING_INTERFACE] |
{
MSD_MASS_SIZ_STRING_INTERFACE,
0x03,
'S', 0, 'T', 0, ' ', 0, 'M', 0, 'a', 0, 's', 0, 's', 0
}
| const uint8_t MSD_MASS_StringLangID[MSD_MASS_SIZ_STRING_LANGID] |
{
MSD_MASS_SIZ_STRING_LANGID,
0x03,
0x09,
0x04
}
| const uint8_t MSD_MASS_StringProduct[MSD_MASS_SIZ_STRING_PRODUCT] |
{
MSD_MASS_SIZ_STRING_PRODUCT,
0x03,
'S', 0, 'T', 0, 'M', 0, '3', 0, '2', 0, ' ', 0, 'M', 0, 'a', 0, 's', 0,
's', 0, ' ', 0, 'S', 0, 't', 0, 'o', 0, 'r', 0, 'a', 0, 'g', 0, 'e', 0
}
| uint8_t MSD_MASS_StringSerial[MSD_MASS_SIZ_STRING_SERIAL] |
{
MSD_MASS_SIZ_STRING_SERIAL,
0x03,
'S', 0, 'T', 0, 'M', 0, '3', 0, '2', 0, '1', 0, '0', 0
}
| const uint8_t MSD_MASS_StringVendor[MSD_MASS_SIZ_STRING_VENDOR] |
{
MSD_MASS_SIZ_STRING_VENDOR,
0x03,
'S', 0, 'T', 0, 'M', 0, 'i', 0, 'c', 0, 'r', 0, 'o', 0, 'e', 0,
'l', 0, 'e', 0, 'c', 0, 't', 0, 'r', 0, 'o', 0, 'n', 0, 'i', 0,
'c', 0, 's', 0
}
1.6.1