仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ChinaUWBProject
国产UWB芯片工程的仓库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
通过debug已经测试功能正常,移植到正确的工卡试下
zhangbo
2025-06-17
01b6f2525f47ee781d86a2495dfcd17f68ccbafd
[ChinaUWBProject.git]
/
keil
/
include
/
components
/
hido
/
Include
/
HIDO_Lock.h
1
2
3
4
5
6
7
8
9
#ifndef _UTIL_HIDO_LOCK_H_
#define _UTIL_HIDO_LOCK_H_
#include "HIDO_TypeDef.h"
HIDO_VOID HIDO_Lock(void);
HIDO_VOID HIDO_UnLock(void);
#endif /* _UTIL_HIDO_LOCK_H_ */