source: uKadecot/trunk/ssp/target/grsakura_ccrx/target_timer.cfg@ 101

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

TOPPERS/uKadecotのソースコードを追加

  • 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
RevLine 
[101]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.