Last change
on this file since 101 was 101, checked in by coas-nagasima, 8 years ago |
TOPPERS/uKadecotのソースコードを追加
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
-
Property svn:mime-type
set to
text/plain
|
File size:
363 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * SIOhCoiGR-SAKURApjÌRtBM
|
---|
3 | [Vt@C
|
---|
4 | */
|
---|
5 |
|
---|
6 | #include <target_serial.h>
|
---|
7 | ATT_INI({ TA_NULL, 0, sio_initialize });
|
---|
8 | CFG_INT(INTNO_SIO_TX, { INTATR_SIO, INTPRI_SIO });
|
---|
9 | CFG_INT(INTNO_SIO_RX, { INTATR_SIO, INTPRI_SIO });
|
---|
10 |
|
---|
11 | ATT_ISR({TA_NULL, SIO_PORTID, INTNO_SIO_TX, sio_tx_isr, 1});
|
---|
12 | ATT_ISR({TA_NULL, SIO_PORTID, INTNO_SIO_RX, sio_rx_isr, 1});
|
---|
Note:
See
TracBrowser
for help on using the repository browser.