source: asp3_wo_tecs/trunk/target/ct11mpcore_gcc/target_timer.cfg@ 302

Last change on this file since 302 was 302, checked in by ertl-honda, 7 years ago

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 627 bytes
Line 
1/*
2 * タイマドライバのコンフィギュレーションファイル
3 *
4 * $Id: target_timer.cfg 437 2015-08-09 00:36:08Z ertl-hiro $
5 */
6
7#include "target_timer.h"
8
9/*
10 * チップ依存部(MPCore用)
11 */
12INCLUDE("chip_timer.cfg");
13
14/*
15 * オーバランタイマドライバ
16 */
17#ifdef TOPPERS_SUPPORT_OVRHDR
18ATT_INI({ TA_NULL, 0, _kernel_target_ovrtimer_initialize });
19ATT_TER({ TA_NULL, 0, _kernel_target_ovrtimer_terminate });
20CFG_INT(INTNO_OVRTIMER, { TA_ENAINT|INTATR_OVRTIMER, INTPRI_OVRTIMER });
21DEF_INH(INHNO_OVRTIMER, { TA_NULL, _kernel_target_ovrtimer_handler });
22#endif /* TOPPERS_SUPPORT_OVRHDR */
Note: See TracBrowser for help on using the repository browser.