source: UsbWattMeter/trunk/asp_dcre/arch/rx630_ccrx/prc_offset.tf

Last change on this file 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: 453 bytes
Line 
1$
2$ オフセットファイル生成用テンプレートファイル(RX630用)
3$
4
5$
6$ オフセット値のマクロ定義の生成
7$
8$DEFINE("TCB_p_tinib", offsetof_TCB_p_tinib)$
9$DEFINE("TCB_texptn", offsetof_TCB_texptn)$
10$DEFINE("TCB_sp", offsetof_TCB_sp)$
11$DEFINE("TCB_pc", offsetof_TCB_pc)$
12
13$DEFINE("TINIB_exinf", offsetof_TINIB_exinf)$
14$DEFINE("TINIB_task", offsetof_TINIB_task)$
15
16$
17$ ビットオフセット値等のマクロ定義の生成
18$
19$DEFINE_BIT("TCB_enatex", sizeof_TCB, "B")$
Note: See TracBrowser for help on using the repository browser.