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:
329 bytes
|
Line | |
---|
1 | #include "target_timer.h"
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * J[lÌ^CeBbNp^C}hCoü¯RtBM
|
---|
5 | [Vt@C
|
---|
6 | */
|
---|
7 | ATT_INI({ TA_NULL, 0, target_timer_initialize });
|
---|
8 | ATT_TER({ TA_NULL, 0, target_timer_terminate });
|
---|
9 | DEF_INH(INHNO_TIMER, { TA_NULL, target_timer_handler });
|
---|
10 | CFG_INT(INTNO_TIMER, { TA_ENAINT, INTPRI_TIMER });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.