source: asp3_wo_tecs/trunk/arch/arm_m_gcc/common/core_timer.cfg@ 303

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

nucleo_f401re依存部の追加

File size: 360 bytes
Line 
1/*
2 * タイマドライバのコンフィギュレーションファイル
3 *
4 * $Id: chip_timer.cfg 387 2015-07-31 22:41:43Z ertl-hiro $
5 */
6
7ATT_INI({ TA_NULL, 0, target_hrt_initialize });
8ATT_TER({ TA_NULL, 0, target_hrt_terminate });
9CFG_INT(INTNO_TIMER, { TA_ENAINT|INTATR_TIMER, INTPRI_TIMER });
10DEF_INH(INHNO_TIMER, { TA_NULL, target_hrt_handler });
Note: See TracBrowser for help on using the repository browser.