WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
sfc_protect_gd25q32.c 文件参考
#include "hal_sfc_v150.h"
#include "soc_osal.h"
#include "debug_print.h"
#include "hal_sfc_v150_regs_op.h"
#include "securec.h"
#include "tcxo.h"
#include "sfc.h"
#include "sfc_porting.h"
#include "sfc_protect.h"
#include "sfc_protect_gd25q32.h"
sfc_protect_gd25q32.c 的引用(Include)关系图:

宏定义

#define SR_READ_RETRY_TIMES   (3)
 
#define SR3_VALID_MASK   0x61
 
#define SR3_VALID_VAL   0x20
 
#define DELAY_US_MAX   100
 
#define SR_FIX_DELAY_MS   60
 

函数

errcode_t sfc_port_fix_sr_gd25q32 (void)
 

宏定义说明

◆ DELAY_US_MAX

#define DELAY_US_MAX   100

◆ SR3_VALID_MASK

#define SR3_VALID_MASK   0x61

◆ SR3_VALID_VAL

#define SR3_VALID_VAL   0x20

◆ SR_FIX_DELAY_MS

#define SR_FIX_DELAY_MS   60

◆ SR_READ_RETRY_TIMES

#define SR_READ_RETRY_TIMES   (3)

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.

Description: Provides sfc port template
History:
2022-11-30, Create file.

函数说明

◆ sfc_port_fix_sr_gd25q32()

errcode_t sfc_port_fix_sr_gd25q32 ( void  )