source: rtos_arduino/trunk/asp_1.9.2/arch/arm_m_gcc/common/core_timer.cfg@ 136

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

ライブラリとOS及びベーシックなサンプルの追加.

File size: 377 bytes
Line 
1/*
2 * @(#) $Id: core_timer.cfg 2178 2011-07-23 09:58:56Z 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.