source: asp_ewarm/asp-1.7.0/arch/arm_m_iccarm/prc_cfg1_out.h@ 61

Last change on this file since 61 was 61, checked in by ertl-honda, 11 years ago

ASP for EWARM のコミット.

File size: 780 bytes
Line 
1/*
2 * cfg1_out.c‚ðƒŠƒ“ƒN‚·‚邽‚ß‚É•K—v‚ȃXƒ^ƒu‚Ì’è‹`
3 */
4
5void sta_ker(void){}
6
7void main( void ) {}
8
9
10/*
11 * ƒIƒtƒZƒbƒgƒtƒ@ƒCƒ‹‚𐶐¬‚·‚邽‚ß‚Ì’è‹`
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.