source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/sh2/cq_frksh2a/hw_serial.cfg@ 363

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: 673 bytes
RevLine 
[363]1/*
2 * @(#) $Id
3 */
4
5/*
6 * SCI/SCIFドライバのコンフィギュレーションファイル
7 */
8
9#include "hw_serial.h"
10INCLUDE("\"hw_serial.h\"");
11
12DEF_INH(INHNO_SERIAL_IN, { TA_HLNG, sio_handler_in });
13DEF_INH(INHNO_SERIAL_OUT, { TA_HLNG, sio_handler_out });
14DEF_INH(INHNO_SERIAL_ERROR, { TA_HLNG, sio_handler_error });
15DEF_INH(INHNO_SERIAL_BRK, { TA_HLNG, sio_handler_brk });
16
17#if TNUM_PORT >= 2
18
19DEF_INH(INHNO_SERIAL2_IN, { TA_HLNG, sio_handler2_in });
20DEF_INH(INHNO_SERIAL2_OUT, { TA_HLNG, sio_handler2_out });
21DEF_INH(INHNO_SERIAL2_ERROR, { TA_HLNG, sio_handler2_error });
22DEF_INH(INHNO_SERIAL2_BRK, { TA_HLNG, sio_handler2_brk });
23
24#endif /* TNUM_PORT >= 2 */
Note: See TracBrowser for help on using the repository browser.