WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_chip.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file for hal_chip.c.
4 */
5
6#ifndef HAL_CHIP_H
7#define HAL_CHIP_H
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "hal_chip_rom.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif
18#endif
19
20/*****************************************************************************
21 宏定义
22*****************************************************************************/
23#undef THIS_FILE_ID
24#define THIS_FILE_ID OAM_FILE_ID_HAL_CHIP_H
25
26/*****************************************************************************
27 函数声明
28*****************************************************************************/
31
32
33#ifdef __cplusplus
34#if __cplusplus
35}
36#endif
37#endif
38
39#endif /* end of hal_chip.h */
osal_void hal_chip_exit(osal_void)
osal_u32 hal_chip_init(osal_void)
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13