reset.h

来自「以ST公司CPU为核心的彩色电视机的完整源程序。」· C头文件 代码 · 共 22 行

H
22
字号
/******************************** 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 + =
减小字号Ctrl + -
显示快捷键?