aboutsummaryrefslogtreecommitdiff
path: root/src/sample/io_sample/KEYSCAN/Keyscan_Manual/app_timer.h
blob: 43908ea04ef0c64c44143e40d817b023e3cec0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/**
*********************************************************************************************************
*               Copyright(c) 2018, Realtek Semiconductor Corporation. All rights reserved.
*********************************************************************************************************
* @file     app_timer.h
* @brief
* @details
* @author   yuan
* @date     2018-12-07
* @version  v1.0
*********************************************************************************************************
*/

#ifndef __APP_TIMER_H
#define __APP_TIMER_H

#ifdef __cplusplus
extern "C" {
#endif


#include <string.h>

//#include "os_msg.h"
//#include "os_queue.h"
//#include "os_sched.h"
//#include "os_task.h"
#include "os_timer.h"

#include "app_msg.h"

#include "trace.h"

#include "io_keyscan.h"

//void timer_keyscan_callback(void *xTimer);
void sw_timer_init(void);

#ifdef __cplusplus
}
#endif

#endif