source: ssp_qb_r5f100le_cs/trunk/arch/arm_m_gcc/prc_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: 364 bytes
RevLine 
[93]1/*
2 * @(#) $Id: prc_timer.cfg 1304 2008-08-27 07:28:36Z ertl-honda $
3 */
4
5/*
6 * ƒ^ƒCƒ}ƒhƒ‰ƒCƒo‚̃Rƒ“ƒtƒBƒMƒ…
7ƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹
8 */
9ATT_INI({ TA_NULL, 0, target_timer_initialize });
10ATT_TER({ TA_NULL, 0, target_timer_terminate });
11DEF_INH(INHNO_TIMER, { TA_NULL, target_timer_handler });
12CFG_INT(INTNO_TIMER, { TA_ENAINT|INTATR_TIMER, INTPRI_TIMER });
Note: See TracBrowser for help on using the repository browser.