source: atk1_sh2/trunk/syslib/sh2-gnu/cq7144a/hw_serial.oil@ 4

Last change on this file since 4 was 4, checked in by msugi, 14 years ago

Interface誌2006年8月号添付のTOPPERS/OSEK用SH2をTOPPERS/ATK1に対応させました.多少のバグフィックスも行っています.

File size: 229 bytes
Line 
1 /* ƒVƒŠƒAƒ‹IOƒGƒ‰[Š„ž‚Ý(SCI1) */
2 ISR ErrHwSerialInt {
3 CATEGORY = 1;
4 ENTRY = 132;
5 PRIORITY = 6;
6 };
7
8 /* ƒVƒŠƒAƒ‹IOŽóMŠ„ž‚Ý(SCI1) */
9 ISR RxHwSerialInt {
10 CATEGORY = 1;
11 ENTRY = 133;
12 PRIORITY = 6;
13 };
Note: See TracBrowser for help on using the repository browser.