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

Last change on this file since 26 was 26, checked in by ykominami, 12 years ago

initial

File size: 608 bytes
Line 
1/*
2 * @(#) $Id: hw_serial.cfg,v 1.1 2006/05/13 10:05:07 roi Exp $
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 });
15
16#if TNUM_PORT >= 2
17
18DEF_INH(INHNO_SERIAL2_IN, { TA_HLNG, sio_handler2_in });
19DEF_INH(INHNO_SERIAL2_OUT, { TA_HLNG, sio_handler2_out });
20DEF_INH(INHNO_SERIAL2_ERROR, { TA_HLNG, sio_handler2_error });
21
22#endif /* TNUM_PORT >= 2 */
Note: See TracBrowser for help on using the repository browser.