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#include <linux/version.h>
13#include <linux/timer.h>
14#include "oal_types.h"
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21
22/*****************************************************************************
23 2 STRUCT定义
24*****************************************************************************/
25typedef struct timer_list oal_timer_list_stru;
26
27/*****************************************************************************
28 3 枚举定义
29*****************************************************************************/
30/*****************************************************************************
31 4 全局变量声明
32*****************************************************************************/
33/*****************************************************************************
34 5 消息头定义
35*****************************************************************************/
36/*****************************************************************************
37 6 消息定义
38*****************************************************************************/
39/*****************************************************************************
40 7 宏定义
41*****************************************************************************/
42/*****************************************************************************
43 8 UNION定义
44*****************************************************************************/
45/*****************************************************************************
46 9 OTHERS定义
47*****************************************************************************/
48typedef void (*oal_timer_func)(uintptr_t);
49
50#ifdef __cplusplus
51#if __cplusplus
52}
53#endif
54#endif
55
56#endif /* end of oal_timer.h */
struct timer_list oal_timer_list_stru
Definition oal_schedule.h:54
void(* oal_timer_func)(uintptr_t)
Definition oal_timer.h:48
unsigned int uintptr_t
Definition td_type.h:65