WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
sfc_protect_gd25q32.h
浏览该文件的文档.
1
9#ifndef SFC_PROTECT_GD25Q32_H
10#define SFC_PROTECT_GD25Q32_H
11
12#include "errcode.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif
18#endif
19
20#define SR1_VALID_MASK 0x9C
21#define SR1_VALID_VAL 0x1C
22
23#define SR2_VALID_MASK 0x43
24#define SR2_VALID_VAL 0x02
25
27
28#ifdef __cplusplus
29#if __cplusplus
30}
31#endif /* __cplusplus */
32#endif /* __cplusplus */
33#endif
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
errcode_t sfc_port_fix_sr_gd25q32(void)
Definition sfc_protect_gd25q32.c:104