1
WXK
2023-08-28 aa08ceb38550e9e6f1ee2d74e1d57339fc6888a6
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/*******************************************************************************
 * File Name         : Lis3dhApp.h
 * Description       :
 * Created on        : 2021Äê5ÔÂ30ÈÕ
 * Author            : www.hido-studio.com
 *******************************************************************************/
 
#ifndef FML_LIS3DHAPP_H_
#define FML_LIS3DHAPP_H_
/*******************************************************************************
 *                              Include Files                                  *
 *******************************************************************************/
#include "HIDO_TypeDef.h"
 
/*******************************************************************************
 *                                  Macro                                      *
 *******************************************************************************/
 
/*******************************************************************************
 *                             Type Definition                                 *
 *******************************************************************************/
 
/*******************************************************************************
 *                             Global Function                                 *
 *******************************************************************************/
/*******************************************************************************
 * Function Name     : Lis3dhApp_ISR
 * Description       :
 * Input             :
 * Output            :
 * Return            :
 * Author            : www.hido-studio.com
 * Modified Date:    : 2021Äê5ÔÂ30ÈÕ
 *******************************************************************************/
HIDO_VOID Lis3dhApp_ISR(HIDO_UINT16 _u16Pin);
 
/*******************************************************************************
 * Function Name     : Lis3dhApp_ClearINT
 * Description       :
 * Input             :
 * Output            :
 * Return            :
 * Author            : www.hido-studio.com
 * Modified Date:    : 2021Äê5ÔÂ30ÈÕ
 *******************************************************************************/
HIDO_INT32 Lis3dhApp_ClearINT(HIDO_VOID);
 
/*******************************************************************************
 * Function Name     : Lis3dhApp_Init
 * Description       :
 * Input             :
 * Output            :
 * Return            :
 * Author            : www.hido-studio.com
 * Modified Date:    : 2021Äê5ÔÂ30ÈÕ
 *******************************************************************************/
HIDO_INT32 Lis3dhApp_Init(HIDO_VOID);
 
/*******************************************************************************
 * Function Name     : Lis3dhApp_GetMoveState
 * Description       :
 * Input             :
 * Output            :
 * Return            :
 * Author            : www.hido-studio.com
 * Modified Date:    : 2021Äê5ÔÂ30ÈÕ
 *******************************************************************************/
HIDO_UINT8 Lis3dhApp_GetMoveState(HIDO_VOID);
 
/*******************************************************************************
 * Function Name     : Lis3dhApp_ClearMoveState
 * Description       : 
 * Input             : 
 * Output            : 
 * Return            : 
 * Author            : www.hido-studio.com
 * Modified Date:    : 2021Äê5ÔÂ30ÈÕ
 *******************************************************************************/
HIDO_INT32 Lis3dhApp_ClearMoveState(HIDO_VOID);
 
/*******************************************************************************
 * Function Name     : Lis3dhApp_Init
 * Description       :
 * Input             :
 * Output            :
 * Return            :
 * Author            : www.hido-studio.com
 * Modified Date:    : 2021Äê5ÔÂ30ÈÕ
 *******************************************************************************/
HIDO_INT32 Lis3dhApp_Poll(HIDO_VOID);
 
#endif /* FML_LIS3DHAPP_H_ */