source: UsbWattMeter/trunk/asp_dcre/arch/rx630_ccrx/prc_cfg1_out.h@ 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/x-chdr; charset=SHIFT_JIS
File size: 942 bytes
RevLine 
[164]1/*
2 * cfg1_out.cのリンクに必要なスタブの定義
3 */
4
5void sta_ker( void )
6{
7}
8
9void hardware_init_hook( void )
10{
11}
12
13void software_init_hook( void )
14{
15}
16
17const SIZE _kernel_istksz = 0;
18
19STK_T *const _kernel_istk = NULL;
20
21/*
22 * オフセットファイルを生成するための定義
23 */
24const uint8_t MAGIC_1 = 0x12;
25const uint16_t MAGIC_2 = 0x1234;
26const uint32_t MAGIC_4 = 0x12345678;
27
28const TCB TCB_enatex = {
29 { NULL, NULL }, /* task_queue */
30 NULL, /* p_tinib */
31 0U, /* tstat */
32#ifdef TOPPERS_SUPPORT_MUTEX
33 0U, /* bpriority */
34#endif /* TOPPERS_SUPPORT_MUTEX */
35 0U, /* priority */
36 false, /* acqeue */
37 false, /* wupque */
38 true, /* enatex */
39 0U, /* texptn */
40 NULL, /* p_winifo */
41#ifdef TOPPERS_SUPPORT_MUTEX
42 { NULL, NULL }, /* mutex_queue */
43#endif /* TOPPERS_SUPPORT_MUTEX */
44#ifdef TOPPERS_SUPPORT_OVRHDR
45 0U, /* leftotm */
46#endif /* TOPPERS_SUPPORT_OVRHDR */
47 { NULL, NULL } /* tskctxb */
48};
Note: See TracBrowser for help on using the repository browser.