WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_phy_reg_rom.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file for hal_phy_reg_rom.c.
4 */
5
6#ifndef __HAL_PHY_REG_ROM_H__
7#define __HAL_PHY_REG_ROM_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "osal_types.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif
18#endif
19#ifdef _PRE_WLAN_FEATURE_DAQ
20/*****************************************************************************
21 宏定义
22*****************************************************************************/
23
24/*****************************************************************************
25 STRUCT定义
26*****************************************************************************/
27
28/*****************************************************************************
29 函数声明
30*****************************************************************************/
31void hal_set_sample_cfg_2_cfg_debug_sample_by_len(osal_u32 cfg_debug_sample_by_len);
32void hal_set_sample_cfg_0_cfg_debug_sample_end_mode(osal_u32 cfg_debug_sample_end_mode);
33void hal_set_sample_cfg_0_cfg_debug_sample_start_mode(osal_u32 cfg_debug_sample_start_mode);
34void hal_set_sample_cfg_2_cfg_with_sample_delay_en(osal_u32 cfg_with_sample_delay_en);
35void hal_set_sample_cfg_2_cfg_debug_sample_delay(osal_u32 cfg_debug_sample_delay);
36void hal_set_sample_cfg_2_cfg_with_mac_tsf_en(osal_u32 cfg_with_mac_tsf_en);
37void hal_set_sample_cfg_2_cfg_with_mac_info_en(osal_u32 cfg_with_mac_info_en);
38void hal_set_sample_cfg_0_cfg_debug_sample_en(osal_u32 cfg_debug_sample_en);
39void hal_set_wlbb_clr_sample_clear_sample_done(osal_u32 clear_sample_done);
40osal_void hal_set_sample_cfg_0_cfg_phy_data_sample_cg_bps(osal_u32 cfg_phy_data_sample_cg_bps);
41osal_void hal_set_sample_cfg_0_cfg_phy_data_sample_clk_en(osal_u32 cfg_phy_data_sample_clk_en);
42#endif
43#ifdef __cplusplus
44#if __cplusplus
45}
46#endif
47#endif
48
49#endif /* end of hal_phy_reg_rom.h */
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13