📄 security.c
字号:
#include "VTypes.h"
const uint BDKey1 = 0xffff; /* Backdoor Key word 1 */
const uint BDKey2 = 0xffff; /* Backdoor Key word 2 */
const uint BDKey3 = 0xffff; /* Backdoor Key word 3 */
const uint BDKey4 = 0xffff; /* Backdoor Key word 4 */
const uchar Res08 = 0xff; /* reserved */
const uchar Res09 = 0xff; /* reserved */
const uchar BlkPrt3 = 0xff; /* Protection byte for Flash block 3 */
const uchar BlkPrt2 = 0xff; /* Protection byte for Flash block 2 */
const uchar BlkPrt1 = 0xff; /* Protection byte for Flash block 1 */
const uchar BlkPrt0 = 0xff; /* Protection byte for Flash block 0 */
const uchar Res0e = 0xff; /* reserved */
const uchar Sec = 0xfe; /* Security byte */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -