📄 systeminit.ppl
字号:
/*
78K/0 Series C Compiler V3.60 Preprocess List Date: 9 Oct 2005 Page: 1
Command : -fsysteminit.pcc
In-file : systeminit.c
PPL-file : systeminit.ppl
Para-file : -cF054780
-yC:\NECTools32\DEV\
-p
-kfiln
-zn
systeminit.c
*/
1 : /*
2 : *******************************************************************************
3 : **
4 : ** This device driver was created by Applilet for the 78K0/KB2, 78K0/KC2,
5 : ** 78K0/KD2, 78K0/KE2 and 78K0/KF2 8-Bit Single-Chip Microcontrollers.
6 : **
7 : ** Copyright(C) NEC Electronics Corporation 2002 - 2005
8 : ** All rights reserved by NEC Electronics Corporation.
9 : **
10 : ** This program should be used on your own responsibility.
11 : ** NEC Electronics Corporation assumes no responsibility for any losses
12 : ** incurred by customers or third parties arising from the use of this file.
13 : **
14 : ** Filename : systeminit.c
15 : ** Abstract : This file implements macro initialization.
16 : ** APIlib : NEC78K0KX2.lib V1.00 [21 Jul. 2005]
17 : **
18 : ** Device : uPD78F0547
19 : **
20 : ** Compiler : NEC/CC78K0
21 : **
22 : *******************************************************************************
23 : */
24 :
25 : #pragma di
26 : #pragma ei
27 :
28 : /*
29 : *******************************************************************************
30 : ** Include files
31 : *******************************************************************************
32 : */
33 :
34 : /*
35 : *******************************************************************************
36 : ** MacroDefine
37 : *******************************************************************************
38 : */
39 :
40 : /*
41 : **-----------------------------------------------------------------------------
42 : **
43 : ** Abstract:
44 : ** Init hardware setting
45 : **
46 : ** Parameters:
/*
78K/0 Series C Compiler V3.60 Preprocess List Date: 9 Oct 2005 Page: 2
*/
47 : ** None
48 : **
49 : ** Returns:
50 : ** None
51 : **
52 : **-----------------------------------------------------------------------------
53 : */
54 : void hdwinit( void )
55 : {
56 : DI( );
57 :
58 : EI( );
59 : }
/*
Target chip : uPD78F0547_80
Device file : V2.00
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -