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

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

initial

File size: 358 bytes
Line 
1/*
2 */
3
4/*
5 * SIOドライバ(CQ-FRK-NXP-ARM)のコンフィギュレーションファイル
6 */
7INCLUDE("\"hw_serial.h\"");
8DEF_INH(INHNO_SIO, { TA_HLNG, uart0_isr });
9#if TNUM_SIOP >= 2
10DEF_INH(INHNO_SIO2, { TA_HLNG, uart2_isr });
11#endif /* TNUM_SIOP >= 2 */
12#if TNUM_SIOP >= 3
13DEF_INH(INHNO_SIO3, { TA_HLNG, uart3_isr });
14#endif /* TNUM_SIOP >= 3 */
Note: See TracBrowser for help on using the repository browser.