source: ssp_arm_gcc/trunk/target/at91skyeye_gcc/target_timer.cfg@ 92

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

add separate package of SSP kernel for ARM + SkyEye(experimental)

File size: 384 bytes
Line 
1/*
2 * @(#) $Id: target_timer.cfg 619 2014-03-18 06:10:27Z nmir-saito $
3 */
4
5/*
6 * タイマドライバのコンフィギュレーションファイル
7 */
8
9#include "target_timer.h"
10ATT_INI({ TA_NULL, 0, target_timer_initialize });
11ATT_TER({ TA_NULL, 0, target_timer_terminate });
12DEF_INH(INHNO_TIMER, { TA_NULL, target_timer_handler });
13CFG_INT(INTNO_TIMER, { TA_ENAINT|INTATR_TIMER, INTPRI_TIMER });
Note: See TracBrowser for help on using the repository browser.