📄 reset.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 + -