source: asp3_wo_tecs/trunk/target/nucleo_f401re_gcc/target_timer.cfg@ 308

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

nucleo_f401re依存部の追加

File size: 425 bytes
Line 
1#include "target_timer.h"
2
3#ifdef USE_SYSTICK_AS_TIMETICK
4INCLUDE("core_timer.cfg");
5#else /* !USE_SYSTICK_AS_TIMETICK */
6#ifdef USE_TIM_AS_HRT
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 });
11#endif /* USE_TIM_AS_HRT */
12#endif /* USE_SYSTICK_AS_TIMETICK */
13
14
Note: See TracBrowser for help on using the repository browser.