misc.h
来自「mcs51,2051,x86系列MCU」· C头文件 代码 · 共 41 行
H
41 行
/*
* ApBUILDER INCLUDE FILE - Intel Corporation
*
*
* Purpose: Miscellaneous routines include file.
*
*
* The Software is provided "AS IS."
*
* LIMITATION OF LIABILITY: NEITHER INTEL NOR ITS VENDORS OR AGENTS
* SHALL BE LIABLE FOR ANY LOSS OF PROFITS, LOSS OF USE, LOSS OF DATA,
* INTERRUPTION OF BUSINESS, NOR FOR INDIRECT, SPECIAL, INCIDENTAL OR
* CONSEQUENTIAL DAMAGES OF ANY KIND WHETHER UNDER THIS AGREEMENT OR
* OTHERWISE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
*
* While we have made every attempt to completely test this code, we highly recommend that
* you personally test it completely prior to actual inclusion in your project.
*
* Compiler: Developed using Compass251 from Production Languages corporation.
*
* Ext Packages: None
*
* Author: Brad B.
*
* Revisions:
*
*
*/
#ifndef MISC_H
#define MISC_H
extern void init_cpu(char);
extern void init_pm(char);
extern void init_interrupts(char, char, char);
extern void init_WDT(char);
extern void init_io_ports(char, char, char, char);
extern interrupt void t0_int(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?