WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_ext_txbf.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: Header file for hal_ext_txbf.c
4 */
5
6#ifndef __HAL_EXT_TXBF_H__
7#define __HAL_EXT_TXBF_H__
8/*****************************************************************************
9 1 头文件包含
10*****************************************************************************/
11#include "osal_types.h"
12#ifdef __cplusplus
13#if __cplusplus
14extern "C" {
15#endif
16#endif
17/*****************************************************************************
18 2 函数声明
19*****************************************************************************/
20#ifdef _PRE_WLAN_FEATURE_TXBF
21osal_void hal_set_bf_rate(osal_u8 rate);
22#endif
23#ifdef __cplusplus
24#if __cplusplus
25}
26#endif
27#endif
28
29#endif /* end of hal_ext_txbf.h */
unsigned char osal_u8
Definition osal_types.h:11
void osal_void
Definition osal_types.h:29