WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_alg_rts_rom.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_ROM_H
7#define HAL_ALG_RTS_ROM_H
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "hal_common_ops_rom.h"
13#include "hh503_phy_reg.h"
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif
19#endif
20
21/*****************************************************************************
22 宏定义
23*****************************************************************************/
24
25/*****************************************************************************
26 STRUCT定义
27*****************************************************************************/
28
29/*****************************************************************************
30 函数声明
31*****************************************************************************/
32
33#ifdef __cplusplus
34#if __cplusplus
35}
36#endif
37#endif
38
39#endif /* end of hal_alg_txbf.h */