Last change
on this file since 95 was 95, checked in by nmir-saito, 8 years ago |
ファイルの mime-type 変更
|
-
Property svn:mime-type
set to
text/plain; charset=shift_jis
|
File size:
457 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * SIOドライバ(QB-R5F100LE用)のコンフィグレーションファイル
|
---|
3 | */
|
---|
4 |
|
---|
5 | #include "target_syssvc.h"
|
---|
6 | #include "target_serial.h"
|
---|
7 |
|
---|
8 | ATT_INI({ TA_NULL, 0, sio_initialize });
|
---|
9 |
|
---|
10 | CFG_INT(INTNO_SIOP1_RCV, { INTATR_SIOP1_RCV, INTPRI_SIOP1_RCV });
|
---|
11 | CFG_INT(INTNO_SIOP1_SND, { INTATR_SIOP1_SND, INTPRI_SIOP1_SND });
|
---|
12 |
|
---|
13 | ATT_ISR({ TA_NULL, LOGTASK_PORTID, INTNO_SIOP1_RCV, sio_isr_rcv, 1 });
|
---|
14 | ATT_ISR({ TA_NULL, LOGTASK_PORTID, INTNO_SIOP1_SND, sio_isr_snd, 1 });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.