Last change
on this file since 93 was 93, checked in by nmir-saito, 8 years ago |
add Combined package of SSP kernel for QB-R5F100LE-TB(RL78 processor)
|
File size:
406 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * SIOhCoiCQ-FRK-FM3pjÌRtBO[Vt@C
|
---|
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.