⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reset.h

📁 以ST公司CPU为核心的彩色电视机的完整源程序。
💻 H
字号:
/******************************** SKYWORTH *********************************
FILENAME     : RESET.H
VERSION      : V0.1
DATE         : JAN 2000
AUTHOR(s)    : Vick Zhong
PROCESSOR    : ST92196
DESCRIPTION  : This module contains constant definitions and function
               prototypes.
MODIFICATIONS:
*****************************************************************************/
#ifndef _RESET196_
#define _RESET196_

#define INIT_CICR  0x8F    /* Interrupt disabled, nested mode, current priority */
                           /* level 7 and top level interrupt disabled */
#define INIT_MODER 0x00    /* Set the user stack in the memory*/
                           /* and the system stack in the memory.*/
#define INIT_WCR   0x7F    /* Disable Watchdog */

void RESET(void);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -