no-OS
Macros
adi_platform_types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ADI_COMPILED_LOGLEVEL   ADI_LOGLEVEL_WARN
 
#define ADI_LOGLEVEL_TRACE   (0)
 
#define ADI_LOGLEVEL_DEBUG   (1)
 
#define ADI_LOGLEVEL_INFO   (2)
 
#define ADI_LOGLEVEL_WARN   (3)
 
#define ADI_LOGLEVEL_ERROR   (4)
 
#define ADI_LOGLEVEL_FATAL   (5)
 
#define ADI_LOGLEVEL_NONE   (255)
 

Macro Definition Documentation

◆ ADI_COMPILED_LOGLEVEL

#define ADI_COMPILED_LOGLEVEL   ADI_LOGLEVEL_WARN

Log level events to be compiled into the device driver. Less severe logging calls will not be included, reducing code size

◆ ADI_LOGLEVEL_DEBUG

#define ADI_LOGLEVEL_DEBUG   (1)

Log diagnostic information

◆ ADI_LOGLEVEL_ERROR

#define ADI_LOGLEVEL_ERROR   (4)

Log events that cannot be recovered from

◆ ADI_LOGLEVEL_FATAL

#define ADI_LOGLEVEL_FATAL   (5)

Log events that are likely to be fatal

◆ ADI_LOGLEVEL_INFO

#define ADI_LOGLEVEL_INFO   (2)

Log state changes in the application

◆ ADI_LOGLEVEL_NONE

#define ADI_LOGLEVEL_NONE   (255)

Disable all logging

◆ ADI_LOGLEVEL_TRACE

#define ADI_LOGLEVEL_TRACE   (0)

Log everything in exhaustive detail. Used only for development

◆ ADI_LOGLEVEL_WARN

#define ADI_LOGLEVEL_WARN   (3)

Log bad, but recoverable events