WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_alg_rts.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file for hal_alg_txbf.c.
4 */
5
6#ifndef __HAL_ALG_RTS_H__
7#define __HAL_ALG_RTS_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "hal_common_ops.h"
13#include "hh503_phy_reg.h"
14#include "wlan_spec.h"
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21
22/*****************************************************************************
23 宏定义
24*****************************************************************************/
25
26/*****************************************************************************
27 STRUCT定义
28*****************************************************************************/
29
30/*****************************************************************************
31 函数声明
32*****************************************************************************/
33#ifdef _PRE_WLAN_FEATURE_RTS
34osal_void hal_set_rts_rate_init(osal_void);
35osal_void hal_set_rts_fail_tx_psdu_en(oal_bool_enum_uint8 cfg_rts_fail_tx_psdu_en);
36#endif
37
38#ifdef __cplusplus
39#if __cplusplus
40}
41#endif
42#endif
43
44#endif /* end of hal_alg_rts.h */
45
osal_u8 oal_bool_enum_uint8
Definition oal_types_device_rom.h:45
void osal_void
Definition osal_types.h:29