FreeCalypso > hg > freecalypso-citrine
comparison serial/traceswitch.h @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:02:41 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 /******************************************************************************* | |
2 * | |
3 * TRACESWITCH.H | |
4 * | |
5 * This module defines constants used by UART and USART trace drivers. | |
6 * | |
7 * (C) Texas Instruments 1999 | |
8 * | |
9 ******************************************************************************/ | |
10 | |
11 #ifndef __TRACESWITCH_H__ | |
12 #define __TRACESWITCH_H__ | |
13 | |
14 typedef enum { | |
15 TR_BAUD_406250, | |
16 TR_BAUD_115200, | |
17 TR_BAUD_57600, | |
18 TR_BAUD_38400, | |
19 TR_BAUD_33900, | |
20 TR_BAUD_28800, | |
21 TR_BAUD_19200, | |
22 TR_BAUD_14400, | |
23 TR_BAUD_9600, | |
24 TR_BAUD_4800, | |
25 TR_BAUD_2400, | |
26 TR_BAUD_1200, | |
27 TR_BAUD_600, | |
28 TR_BAUD_300, | |
29 TR_BAUD_150, | |
30 TR_BAUD_75 | |
31 } T_tr_Baudrate; | |
32 | |
33 #endif /* __TRACESWITCH_H__ */ |