6#ifndef __HAL_PHY_REG_ROM_H__
7#define __HAL_PHY_REG_ROM_H__
19#ifdef _PRE_WLAN_FEATURE_DAQ
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);
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13