Last change
on this file since 167 was 167, checked in by coas-nagasima, 7 years ago |
MIMEにSJISを設定
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
-
Property svn:mime-type
set to
text/plain; charset=SHIFT_JIS
|
File size:
363 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * SIOドライバ(GR-SAKURA用)のコンフィギュレーションファイル
|
---|
3 | */
|
---|
4 |
|
---|
5 | #include <target_serial.h>
|
---|
6 | ATT_INI({ TA_NULL, 0, sio_initialize });
|
---|
7 | CFG_INT(INTNO_SIO_TX, { INTATR_SIO, INTPRI_SIO });
|
---|
8 | CFG_INT(INTNO_SIO_RX, { INTATR_SIO, INTPRI_SIO });
|
---|
9 |
|
---|
10 | ATT_ISR({TA_NULL, SIO_PORTID, INTNO_SIO_TX, sio_tx_isr, 1});
|
---|
11 | ATT_ISR({TA_NULL, SIO_PORTID, INTNO_SIO_RX, sio_rx_isr, 1});
|
---|
Note:
See
TracBrowser
for help on using the repository browser.