source: asp_nios2/trunk/arch/nios2_gcc/avalon_timer.cfg

Last change on this file was 1, checked in by ertl-ichiba, 14 years ago

ASP 1.4.0対応のNios2依存部を追加

File size: 349 bytes
Line 
1/*
2 * @(#) $Id: prc_timer.cfg 473 2007-08-10 06:59:14Z 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.