no-OS
adi_platform_types.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef __ADI_PLATFORM_TYPES_H__
35 #define __ADI_PLATFORM_TYPES_H__
36 
37 #ifndef ADI_COMPILED_LOGLEVEL
38 
42 #define ADI_COMPILED_LOGLEVEL ADI_LOGLEVEL_WARN
43 #endif // !ADI_COMPILED_LOGLEVEL
44 
45 
49 #define ADI_LOGLEVEL_TRACE (0)
50 
54 #define ADI_LOGLEVEL_DEBUG (1)
55 
59 #define ADI_LOGLEVEL_INFO (2)
60 
64 #define ADI_LOGLEVEL_WARN (3)
65 
69 #define ADI_LOGLEVEL_ERROR (4)
70 
74 #define ADI_LOGLEVEL_FATAL (5)
75 
79 #define ADI_LOGLEVEL_NONE (255)
80 
81 #endif /* __ADI_PLATFORM_TYPES_H__*/
82 
83