WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_ate_spec.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: hal ate spec header
4 */
5
6#ifndef __HAL_ATE_SPEC_H__
7#define __HAL_ATE_SPEC_H__
8
9#ifdef __cplusplus
10#if __cplusplus
11extern "C" {
12#endif
13#endif
14#define ATE_IVDET_PTS_2G 11 // ivdet检测档位数
15
16#ifdef __cplusplus
17#if __cplusplus
18}
19#endif
20#endif
21#endif // __HAL_ATE_SPEC_H__