source: ssp_armv6_m_gcc/trunk/armv6_m_gcc/prc_timer.cfg@ 421

Last change on this file since 421 was 421, checked in by nmir-saito, 4 years ago

Merge branch 'rubycfg' to trunk

  • Property svn:mime-type set to text/plain; charset=utf-8
File size: 376 bytes
Line 
1/*
2 * @(#) $Id: prc_timer.cfg 1304 2008-08-27 07:28:36Z ertl-honda $
3 */
4
5/*
6 * タイマドライバのコンフィギュレーションファイル
7 */
8ATT_INI({ TA_NULL, 0, target_timer_initialize });
9ATT_TER({ TA_NULL, 0, target_timer_terminate });
10DEF_INH(INHNO_TIMER, { TA_NULL, target_timer_handler });
11CFG_INT(INTNO_TIMER, { TA_ENAINT|INTATR_TIMER, INTPRI_TIMER });
Note: See TracBrowser for help on using the repository browser.