source: UsbWattMeter/trunk/asp_dcre/target/grsakura_ccrx/target_timer.cfg@ 167

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

MIMEにSJISを設定

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=SHIFT_JIS
File size: 306 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.