ODeV framework  v2
sysdebug_config.h
Go to the documentation of this file.
1 
32 #ifndef SYSDEBUG_CONFIG_H_
33 #define SYSDEBUG_CONFIG_H_
34 
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 
39 // Example
40 //#define SYS_DBG_MODULE1 SYS_DBG_ON|GTS_DBG_HALT ///< Module 1 debug control byte
41 //#define SYS_DBG_MODULE2 SYS_DBG_ON ///< Module 2 debug control byte
42 
43 
44 #define SYS_DBG_INIT SYS_DBG_ON
45 #define SYS_DBG_DRIVERS SYS_DBG_OFF
46 #define SYS_DBG_APP SYS_DBG_OFF
47 #define SYS_DBG_APMH SYS_DBG_ON
48 #define SYS_DBG_HW SYS_DBG_OFF
49 #define SYS_DBG_PB SYS_DBG_ON
50 
51 
52 #ifdef __cplusplus
53 }
54 #endif
55 
56 
57 #endif /* SYSDEBUG_CONFIG_H_ */