TMPM4G9  V1.0.0.0
lvd.h
Go to the documentation of this file.
1 
13 /*------------------------------------------------------------------------------*/
14 /* Define to prevent recursive inclusion */
15 /*------------------------------------------------------------------------------*/
16 #ifndef __LVD_H
17 #define __LVD_H
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 /*------------------------------------------------------------------------------*/
24 /* Includes */
25 /*------------------------------------------------------------------------------*/
26 #include "txz_driver_def.h"
27 
38 /*------------------------------------------------------------------------------*/
39 /* Macro Definition */
40 /*------------------------------------------------------------------------------*/
45 /* no define */ /* End of group LVD_Exported_define */
49 
50 /*------------------------------------------------------------------------------*/
51 /* Enumerated Type Definition */
52 /*------------------------------------------------------------------------------*/
58 /* no define */
59  /* End of group LVD_Exported_define */
63 
64 /*------------------------------------------------------------------------------*/
65 /* Structure Definition */
66 /*------------------------------------------------------------------------------*/
72 /* no define */
73  /* End of group LVD_Exported_typedef */
77 
78 /*------------------------------------------------------------------------------*/
79 /* Functions */
80 /*------------------------------------------------------------------------------*/
85 void init_LVD(void);
86 void start_LVD(void);
88  /* End of group LVD_Exported_functions */
92  /* End of group LVD */
96  /* End of group Periph_Driver */
100 
101 #ifdef __cplusplus
102 }
103 #endif /* __cplusplus */
104 #endif /* __LVD_H */
105 
106 
TXZ_Result
Definition: txz_driver_def.h:43
All common macro and definition for TXZ peripheral drivers.
TXZ_Result GetStatus_LVD(void)
void start_LVD(void)
void init_LVD(void)
Initialize the LVD object.
Definition: lvd.c:145