app_drv.h File Reference
#include "app_drv_config.h"
#include "app_drv_error.h"
+ Include dependency graph for app_drv.h:

Go to the source code of this file.

Macros

#define APP_DRV_DEPRECATED
 
#define APP_DRV_LOG_INFO(...)
 
#define APP_DRV_LOG_WARN(...)
 
#define APP_DRV_LOG_ERR(...)
 
#define APP_DRV_ASSERT(ignore)   ((void)0)
 
#define APP_DRV_MAX_TIMEOUT   (20000U)
 
#define APP_DRV_NEVER_TIMEOUT   (0xFFFFFFFFU)
 

Macro Definition Documentation

◆ APP_DRV_ASSERT

#define APP_DRV_ASSERT (   ignore)    ((void)0)

Definition at line 43 of file app_drv.h.

◆ APP_DRV_DEPRECATED

#define APP_DRV_DEPRECATED

Definition at line 11 of file app_drv.h.

◆ APP_DRV_LOG_ERR

#define APP_DRV_LOG_ERR (   ...)

Definition at line 35 of file app_drv.h.

◆ APP_DRV_LOG_INFO

#define APP_DRV_LOG_INFO (   ...)

Definition at line 19 of file app_drv.h.

◆ APP_DRV_LOG_WARN

#define APP_DRV_LOG_WARN (   ...)

Definition at line 27 of file app_drv.h.

◆ APP_DRV_MAX_TIMEOUT

#define APP_DRV_MAX_TIMEOUT   (20000U)

Definition at line 49 of file app_drv.h.

◆ APP_DRV_NEVER_TIMEOUT

#define APP_DRV_NEVER_TIMEOUT   (0xFFFFFFFFU)

Definition at line 55 of file app_drv.h.