no-OS
adi_platform_types.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef __ADI_PLATFORM_TYPES_H__
41 #define __ADI_PLATFORM_TYPES_H__
42 
43 #ifndef ADI_COMPILED_LOGLEVEL
44 
48 #define ADI_COMPILED_LOGLEVEL ADI_LOGLEVEL_WARN
49 #endif // !ADI_COMPILED_LOGLEVEL
50 
51 
55 #define ADI_LOGLEVEL_TRACE (0)
56 
60 #define ADI_LOGLEVEL_DEBUG (1)
61 
65 #define ADI_LOGLEVEL_INFO (2)
66 
70 #define ADI_LOGLEVEL_WARN (3)
71 
75 #define ADI_LOGLEVEL_ERROR (4)
76 
80 #define ADI_LOGLEVEL_FATAL (5)
81 
85 #define ADI_LOGLEVEL_NONE (255)
86 
87 #endif /* __ADI_PLATFORM_TYPES_H__*/
88 
89