source: asp3_wo_tecs/trunk/arch/arm_gcc/mpcore/chip_timer.cfg@ 302

Last change on this file since 302 was 302, checked in by ertl-honda, 7 years ago

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 384 bytes
Line 
1/*
2 * タイマドライバのコンフィギュレーションファイル
3 *
4 * $Id: chip_timer.cfg 387 2015-07-31 22:41:43Z ertl-hiro $
5 */
6
7ATT_INI({ TA_NULL, 0, _kernel_target_hrt_initialize });
8ATT_TER({ TA_NULL, 0, _kernel_target_hrt_terminate });
9CFG_INT(INTNO_TIMER, { TA_ENAINT|INTATR_TIMER, INTPRI_TIMER });
10DEF_INH(INHNO_TIMER, { TA_NULL, _kernel_target_hrt_handler });
Note: See TracBrowser for help on using the repository browser.