source: azure_iot_hub_f767zi/trunk/asp_baseplatform/arch/arm_m_gcc/common/core_cfg1_out.h@ 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/x-chdr;charset=UTF-8
File size: 781 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * cfg1_out.cをリンクするために必要なスタブの定義
7 */
8void sta_ker(void){}
9
10/*
11 * オフセットファイルを生成するための定義
12 */
13const uint8_t MAGIC_1 = 0x12;
14const uint16_t MAGIC_2 = 0x1234;
15const uint32_t MAGIC_4 = 0x12345678;
16
17const TCB TCB_enatex = {
18 { NULL, NULL }, /* task_queue */
19 NULL, /* p_tinib */
20 0U, /* tstat */
21#ifdef TOPPERS_SUPPORT_MUTEX
22 0U, /* bpriority */
23#endif /* TOPPERS_SUPPORT_MUTEX */
24 0U, /* priority */
25 false, /* acqeue */
26 false, /* wupque */
27 true, /* enatex */
28 0U, /* texprn */
29 NULL, /* p_winifo */
30#ifdef TOPPERS_SUPPORT_MUTEX
31 { NULL, NULL }, /* mutex_queue */
32#endif /* TOPPERS_SUPPORT_MUTEX */
33 { NULL, NULL } /* tskctxb */
34};
Note: See TracBrowser for help on using the repository browser.