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:
406 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * SIOドライバ(CQ-FRK-FM3用)のコンフィグレーションファイル
|
---|
3 | */
|
---|
4 |
|
---|
5 | #include "target_syssvc.h"
|
---|
6 | #include "target_serial.h"
|
---|
7 |
|
---|
8 | ATT_INI({ TA_NULL, 0, sio_initialize });
|
---|
9 | ATT_ISR({ TA_NULL, SIO_PORTID, INTNO_SIO_TX, sio_isr_tx, 1 });
|
---|
10 | ATT_ISR({ TA_NULL, SIO_PORTID, INTNO_SIO_RX, sio_isr_rx, 2 });
|
---|
11 | CFG_INT(INTNO_SIO_TX, { INTATR_SIO, INTPRI_SIO });
|
---|
12 | CFG_INT(INTNO_SIO_RX, { INTATR_SIO, INTPRI_SIO });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.