Last change
on this file since 363 was 363, checked in by ykominami, 5 years ago |
add tags/jsp-1.4.4-full-UTF8
|
-
Property svn:executable
set to
*
|
File size:
691 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * SIOãã©ã¤ãã®ã³ã³ãã£ã®ã¥ã¬ã¼ã·ã§ã³ãã¡ã¤ã«
|
---|
3 | * (æ ª)ä¸å¤®è£½ä½æè£½Î¼ITRONæè¼SH1CPUãã¼ãç¨
|
---|
4 | */
|
---|
5 |
|
---|
6 | #include "hw_serial.h"
|
---|
7 | INCLUDE("\"hw_serial.h\"");
|
---|
8 |
|
---|
9 | #ifndef GDB_STUB
|
---|
10 | DEF_INH(INHNO_SERIAL_IN, { TA_HLNG, sio_handler_in });
|
---|
11 | DEF_INH(INHNO_SERIAL_OUT, { TA_HLNG, sio_handler_out });
|
---|
12 | DEF_INH(INHNO_SERIAL_ERROR, { TA_HLNG, sio_handler_error });
|
---|
13 | #endif /* GDB_STUB */
|
---|
14 |
|
---|
15 | #if TNUM_PORT >= 2
|
---|
16 | DEF_INH(INHNO_SERIAL2_IN, { TA_HLNG, sio2_handler_in });
|
---|
17 | DEF_INH(INHNO_SERIAL2_OUT, { TA_HLNG, sio2_handler_out });
|
---|
18 | DEF_INH(INHNO_SERIAL2_ERROR, { TA_HLNG, sio2_handler_error });
|
---|
19 | DEF_INH(INHNO_SERIAL2_TEI, { TA_HLNG, sio2_handler_tend });
|
---|
20 | #endif /* of #if TNUM_PORT >= 2 */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.