source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/m16c-renesas/m3029/hw_serial.cfg@ 26

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

initial

File size: 456 bytes
Line 
1/*
2 * @(#) $Id: hw_serial.cfg,v 1.2 2006/08/03 04:14:02 honda Exp $
3 */
4
5/*
6 * SIOドライバ(M3029用)のコンフィギュレーションファイル
7 */
8
9#include <hw_serial.h>
10INCLUDE("<hw_serial.h>");
11DEF_INH(INHNO_SERIAL_IN1, { TA_HLNG, serial_in_handler1 });
12DEF_INH(INHNO_SERIAL_OUT1, { TA_HLNG, serial_out_handler1 });
13DEF_INH(INHNO_SERIAL_IN2, { TA_HLNG, serial_in_handler2 });
14DEF_INH(INHNO_SERIAL_OUT2, { TA_HLNG, serial_out_handler2 });
Note: See TracBrowser for help on using the repository browser.