source: azure_iot_hub_f767zi/trunk/asp_baseplatform/arch/arm_m_gcc/common/core_offset.tf@ 457

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

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 510 bytes
Line 
1$
2$ オフセットファイル生成用テンプレートファイル(ARM-M用)
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.