WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
fe_init_pow.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: header for cali init power
4 */
5#ifndef __FE_INIT_POW_H__
6#define __FE_INIT_POW_H__
9#ifdef __cplusplus
10#if __cplusplus
11extern "C" {
12#endif
13#endif
14
15/* 校准模块支持的band */
16#define WLAN_CALI_BAND_BUTT (WLAN_BAND_2G + 1)
18#ifdef __cplusplus
19#if __cplusplus
20}
21#endif
22#endif
23#endif // __CALI_INIT_POWER_H__
osal_void cali_pow_initialize_tx_power(hal_to_dmac_device_stru *hal_to_dmac_device)
void osal_void
Definition osal_types.h:29
Definition hal_ops_common_rom.h:529