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

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

TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 306 bytes
Line 
1/*
2 * ƒ^ƒCƒ}ƒhƒ‰ƒCƒoiRX630—pj‚̃Rƒ“ƒtƒBƒMƒ…
3ƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹
4 */
5
6#include "target_timer.h"
7ATT_INI({ TA_NULL, 0, target_timer_initialize });
8ATT_TER({ TA_NULL, 0, target_timer_terminate });
9DEF_INH(INHNO_TIMER, { TA_NULL, target_timer_handler });
10CFG_INT(INTNO_TIMER, { INTATR_TIMER, INTPRI_TIMER });
Note: See TracBrowser for help on using the repository browser.