initial usb
[rapper.git] / new_cmsis / usb / vcomdemo.h
1 /*----------------------------------------------------------------------------\r
2  *      Name:    vcomdemo.h\r
3  *      Purpose: USB virtual COM port Demo Definitions\r
4  *      Version: V1.02\r
5  *----------------------------------------------------------------------------\r
6  *      This software is supplied "AS IS" without any warranties, express,\r
7  *      implied or statutory, including but not limited to the implied\r
8  *      warranties of fitness for purpose, satisfactory quality and\r
9  *      noninfringement. Keil extends you a royalty-free right to reproduce\r
10  *      and distribute executable files created using this software for use\r
11  *      on NXP Semiconductors LPC microcontroller devices only. Nothing else \r
12  *      gives you the right to use this software.\r
13  *\r
14  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.\r
15  *---------------------------------------------------------------------------*/\r
16 \r
17 /* Push Button Definitions */\r
18 #define S2     0x00000400  /* P2.10 */\r
19 \r
20 /* LED Definitions */\r
21 #define LED1   0x00000001  /* P2.00 */\r
22 #define LED2   0x00000002  /* P2.01 */\r
23 #define LED3   0x00000004  /* P2.02 */\r
24 #define LED4   0x00000008  /* P2.03 */\r
25 #define LED5   0x00000010  /* P2.04 */\r
26 #define LED6   0x00000020  /* P2.05 */\r
27 #define LED7   0x00000040  /* P2.06 */\r
28 #define LED8   0x00000080  /* P2.07 */\r
29 \r
30 #define LEDMSK 0x000000FF  /* P2.0..7 */\r
31 \r