Last change
on this file since 460 was 460, checked in by msugi, 2 years ago |
ファイル一式の追加
|
-
Property svn:executable
set to
*
|
File size:
418 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * @(#) $Id: target_serial.cfg 367 2015-07-28 22:32:58Z roi $
|
---|
3 | */
|
---|
4 |
|
---|
5 | /*
|
---|
6 | * SIOドライバのコンフィギュレーションファイル
|
---|
7 | */
|
---|
8 | #include "target_serial.h"
|
---|
9 | ATT_INI({ TA_NULL, 0, sio_initialize });
|
---|
10 | ATT_ISR({ TA_NULL, 1, INTNO_SIO_RX, sio_isr, 1 });
|
---|
11 | CFG_INT(INTNO_SIO_RX, { TA_ENAINT|INTATR_SIO, INTPRI_SIO});
|
---|
12 | ATT_ISR({ TA_NULL, 1, INTNO_SIO_TX, sio_isr, 1 });
|
---|
13 | CFG_INT(INTNO_SIO_TX, { TA_ENAINT|INTATR_SIO, INTPRI_SIO});
|
---|
Note:
See
TracBrowser
for help on using the repository browser.