source: ssp_qb_r5f100le_cs/trunk/target/qb_r5f100le_cs/target_timer.cfg@ 95

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

ファイルの mime-type 変更

  • Property svn:mime-type set to text/plain; charset=shift_jis
File size: 329 bytes
Line 
1#include "target_timer.h"
2
3/*
4 * カーネルのタイムティック用タイマドライバ向けコンフィギュレーションファイル
5 */
6ATT_INI({ TA_NULL, 0, target_timer_initialize });
7ATT_TER({ TA_NULL, 0, target_timer_terminate });
8DEF_INH(INHNO_TIMER, { TA_NULL, target_timer_handler });
9CFG_INT(INTNO_TIMER, { TA_ENAINT, INTPRI_TIMER });
Note: See TracBrowser for help on using the repository browser.