source: asp3_tinet_ecnl_arm/trunk/asp3_dcre/arch/arm_gcc/mpcore/chip_timer.cfg@ 352

Last change on this file since 352 was 352, checked in by coas-nagasima, 6 years ago

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 332 bytes
Line 
1/*
2 * タイマドライバのコンフィギュレーションファイル
3 *
4 * $Id$
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.