source: ssp_qb_r5f100le_cs/trunk/target/qb_r5f100le_cs/target_timer.cfg@ 93

Last change on this file since 93 was 93, checked in by nmir-saito, 9 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ƒ‹‚̃^ƒCƒ€ƒeƒBƒbƒN—pƒ^ƒCƒ}ƒhƒ‰ƒCƒoŒü‚¯ƒRƒ“ƒtƒBƒMƒ…
5ƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹
6 */
7ATT_INI({ TA_NULL, 0, target_timer_initialize });
8ATT_TER({ TA_NULL, 0, target_timer_terminate });
9DEF_INH(INHNO_TIMER, { TA_NULL, target_timer_handler });
10CFG_INT(INTNO_TIMER, { TA_ENAINT, INTPRI_TIMER });
Note: See TracBrowser for help on using the repository browser.