WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
oal_timer.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2019-2020. All rights reserved.
3 * Description: oal type head file.
4 */
5
6#ifndef __OAL_TIMER_H__
7#define __OAL_TIMER_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#ifdef __cplusplus
13#if __cplusplus
14extern "C" {
15#endif
16#endif
17
18/*****************************************************************************
19 2 STRUCT定义
20*****************************************************************************/
21/*****************************************************************************
22 3 枚举定义
23*****************************************************************************/
24/*****************************************************************************
25 4 全局变量声明
26*****************************************************************************/
27/*****************************************************************************
28 5 消息头定义
29*****************************************************************************/
30/*****************************************************************************
31 6 消息定义
32*****************************************************************************/
33/*****************************************************************************
34 7 宏定义
35*****************************************************************************/
36/*****************************************************************************
37 8 UNION定义
38*****************************************************************************/
39/*****************************************************************************
40 9 OTHERS定义
41*****************************************************************************/
42#ifdef _PRE_WLAN_FEATURE_WS73
43typedef void (*oal_timer_func)(uintptr_t);
44#else
45typedef void (*oal_timer_func)(unsigned long);
46#endif
47
48#ifdef __cplusplus
49#if __cplusplus
50}
51#endif
52#endif
53
54#endif /* end of oal_timer.h */
void(* oal_timer_func)(uintptr_t)
Definition oal_timer.h:48
unsigned int uintptr_t
Definition td_type.h:65