WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_ant_sel_rom.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file of HAL ANT SEL ROM external public interfaces .
4 */
5
6#ifndef HAL_ANT_SEL_ROM_H
7#define HAL_ANT_SEL_ROM_H
8
9#include "osal_types.h"
10
11#ifdef __cplusplus
12#if __cplusplus
13extern "C" {
14#endif
15#endif
16
29
30#ifdef __cplusplus
31#if __cplusplus
32}
33#endif
34#endif
35
36#endif /* end of hal_ant_sel_rom.h */
osal_void hal_set_ant_sel_phy_cfg_man(osal_u8 cfg_man)
osal_void hal_set_ant_sel_mac_tx_bar(osal_u8 ant_sel)
osal_void hal_set_ant_sel_mac_rx(osal_u8 ant_sel)
osal_void hal_set_ant_sel_mac_tx_cf_end(osal_u8 ant_sel)
osal_void hal_set_ant_sel_mac_tx_one_pkt(osal_u8 ant_sel)
osal_u32 hal_get_ant_sel_phy_enable(osal_void)
osal_void hal_set_ant_sel_phy_enable(osal_u8 phy_enable)
osal_void hal_set_ant_sel_mac_tx_beacon(osal_u8 ant_sel)
osal_void hal_set_ant_sel_mac_tx_prot(osal_u8 ant_sel)
osal_void hal_set_ant_sel_mac_tx_coex(osal_u8 ant_sel)
osal_u32 hal_get_ant_sel_phy_cfg_man(osal_void)
osal_void hal_set_ant_sel_phy_cfg_value(osal_u8 ant_sel)
unsigned char osal_u8
Definition osal_types.h:11
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13