Universal Serial Bus Designer Reference Manual

Source Code Files
Contents
USB08 Evaluation Board Designer Reference Manual
MOTOROLA Source Code Files 103
// Product String
//-----------------------------------------------
#define SD2LEN sizeof("USB08 Evaluation Board")*2
//-----------------------------------------------
const uchar String2Desc[SD2LEN] = {
// Size, Type
SD2LEN, DT_STRING,
// Unicode String
U, 0,
S, 0,
B, 0,
0, 0,
8, 0,
, 0,
E, 0,
v, 0,
a, 0,
l, 0,
u, 0,
a, 0,
t, 0,
i, 0,
o, 0,
n, 0,
, 0,
B, 0,
o, 0,
a, 0,
r, 0,
d, 0
};
// Table of String Descriptors
//
uchar * const StringDescTable[] = {
String0Desc,
String1Desc,
String2Desc
};
//============================================================================