source: rubycfg_asp/trunk/asp_dcre/target/gr_sakura_gcc/target_timer.cfg@ 313

Last change on this file since 313 was 313, checked in by coas-nagasima, 7 years ago

ソースを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 332 bytes
Line 
1/*
2 * タイマドライバ(RX630用)のコンフィギュレーションファイル
3 */
4
5#include "target_timer.h"
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, { INTATR_TIMER, INTPRI_TIMER });
Note: See TracBrowser for help on using the repository browser.